mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-11 12:43:12 +08:00
enable web socket for all except web
This commit is contained in:
parent
d3d7b09fe7
commit
f801c251ed
@ -124,7 +124,7 @@ class _SettingsState extends State<SettingsPage> with WidgetsBindingObserver {
|
||||
_hideNetwork =
|
||||
bind.mainGetBuildinOption(key: kOptionHideNetworkSetting) == 'Y';
|
||||
_hideWebSocket =
|
||||
true; //bind.mainGetBuildinOption(key: kOptionHideWebSocketSetting) == 'Y';
|
||||
bind.mainGetBuildinOption(key: kOptionHideWebSocketSetting) == 'Y' || isWeb;
|
||||
_enableTrustedDevices = mainGetBoolOptionSync(kOptionEnableTrustedDevices);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user