fix: enhance error handling for login and update launch button text based on server connection status
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
}}
|
||||
>
|
||||
<Play />
|
||||
Launch
|
||||
Launch {$server_connection_fails > 1 ? 'offline' : ''}
|
||||
</Button>
|
||||
</div>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user