mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
fix hideSort not conform to currentTab
This commit is contained in:
@@ -41,7 +41,7 @@ EdgeInsets? _menuPadding() {
|
||||
|
||||
class _PeerTabPageState extends State<PeerTabPage>
|
||||
with SingleTickerProviderStateMixin {
|
||||
bool _hideSort = bind.getLocalFlutterConfig(k: 'peer-tab-index') == '0';
|
||||
bool _hideSort = gFFI.peerTabModel.currentTab == 0;
|
||||
|
||||
final List<_TabEntry> entries = [
|
||||
_TabEntry(
|
||||
|
||||
Reference in New Issue
Block a user