Skip to content

Commit

Permalink
Merge pull request #18 from brendan-src/patch-1
Browse files Browse the repository at this point in the history
Fix typo in client warning when WSA is offline
  • Loading branch information
alesimula authored Dec 30, 2021
2 parents 8145514 + f6a2bd2 commit dda901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extension on ConnectionStatus {
ConnectionStatus.ARRESTED: WSAStatusAlert(ConnectionStatus.ARRESTED, InfoBarSeverity.warning, "Arrested",
"WSA is turned off"),
ConnectionStatus.OFFLINE: WSAStatusAlert(ConnectionStatus.OFFLINE, InfoBarSeverity.warning, "Offline",
"Could not enstablish a connection with WSA: either developer mode and USB debugging are disabled or a wrong port is specified"),
"Could not establish a connection with WSA: either developer mode and USB debugging are disabled or a wrong port is specified"),
ConnectionStatus.DISCONNECTED: WSAStatusAlert(ConnectionStatus.DISCONNECTED, InfoBarSeverity.error, "Disconnected",
"A WSA connection could not be enstablished for unknown reasons"),
ConnectionStatus.CONNECTED: WSAStatusAlert(ConnectionStatus.CONNECTED, InfoBarSeverity.success, "Connected",
Expand Down

0 comments on commit dda901a

Please sign in to comment.