Merge branch 'main' of github.com:lollipopkit/flutter_server_box
This commit is contained in:
@@ -25,7 +25,7 @@ final class _AppBar extends CustomAppBar {
|
||||
return ValBuilder(
|
||||
listenable: selectIndex,
|
||||
builder: (idx) {
|
||||
if (idx == AppTab.ssh.index) return placeholder;
|
||||
if (idx == AppTab.ssh.index && !isWindows && !isLinux) return placeholder;
|
||||
return super.build(context);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user