disable-discovery-pane
This commit is contained in:
parent
6b2a1dfd84
commit
c979cbcac7
2 changed files with 2 additions and 2 deletions
|
|
@ -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()),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue