This commit is contained in:
rustdesk
2024-05-28 20:10:12 +08:00
parent e8d02905fe
commit df74a38b90
5 changed files with 15 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class PeerTabModel with ChangeNotifier {
true,
!isWeb,
!(bind.isDisableAb() || bind.isDisableAccount()),
!bind.isDisableAccount(),
!(bind.isDisableGroupPanel() || bind.isDisableAccount()),
]);
final List<bool> _isVisible = List.filled(maxTabCount, true, growable: false);
List<bool> get isVisibleEnabled => () {