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()),
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d6b14975ffd35ed63528617a53795c479a6eaf13
|
||||
Subproject commit 334641686c731631fc51524bb2aa2ec2773069ee
|
||||
Loading…
Add table
Add a link
Reference in a new issue