Merge branch 'main' of github.com:lollipopkit/flutter_server_box

This commit is contained in:
lollipopkit
2024-05-24 21:10:46 +08:00
2 changed files with 75 additions and 56 deletions

View File

@@ -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);
},
);