mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
disable-discovery-pane
This commit is contained in:
@@ -40,7 +40,7 @@ class PeerTabModel with ChangeNotifier {
|
||||
List<bool> isEnabled = List.from([
|
||||
true,
|
||||
true,
|
||||
!isWeb,
|
||||
!isWeb && bind.mainGetLocalOption(key: "disable-discovery-panel") != "Y",
|
||||
!(bind.isDisableAb() || bind.isDisableAccount()),
|
||||
!(bind.isDisableGroupPanel() || bind.isDisableAccount()),
|
||||
]);
|
||||
|
||||
Submodule libs/hbb_common updated: d6b14975ff...334641686c
Reference in New Issue
Block a user