mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-10-26 11:27:09 +00:00
disable-discovery-pane
This commit is contained in:
parent
6b2a1dfd84
commit
c979cbcac7
@ -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()),
|
||||
]);
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit d6b14975ffd35ed63528617a53795c479a6eaf13
|
||||
Subproject commit 334641686c731631fc51524bb2aa2ec2773069ee
|
||||
Loading…
Reference in New Issue
Block a user