fix hide ab tag when custom client startup (#8795)
not custom: 'Y', '' custom: 'Y', 'N' should not use isNotEmpty Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
97f26f880b
commit
eef091d4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class _PeerTabPageState extends State<PeerTabPage>
|
|||
: PeerUiType.list;
|
||||
}
|
||||
hideAbTagsPanel.value =
|
||||
bind.mainGetLocalOption(key: kOptionHideAbTagsPanel).isNotEmpty;
|
||||
bind.mainGetLocalOption(key: kOptionHideAbTagsPanel) == 'Y';
|
||||
super.initState();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue