mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
check super permission: win && linux
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -70,7 +70,6 @@ class DesktopTabBar extends StatelessWidget {
|
||||
super(key: key) {
|
||||
scrollController.itemCount = tabs.length;
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
debugPrint("callback");
|
||||
scrollController.scrollToItem(selected.value,
|
||||
center: true, animate: true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user