mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 01:31:26 +03:00
opt: remove not working on multiple times
This commit is contained in:
@@ -116,16 +116,6 @@ class _ConnectionTabPageState extends State<ConnectionTabPage>
|
||||
_menubarState.save();
|
||||
}
|
||||
|
||||
@override
|
||||
void onWindowBlur() {
|
||||
super.onWindowBlur();
|
||||
final state = tabController.state.value;
|
||||
if (state.tabs.isNotEmpty) {
|
||||
final sessionId = state.tabs[state.selected].key;
|
||||
bind.sessionEnterOrLeave(id: sessionId, enter: false);
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final tabWidget = Obx(
|
||||
|
||||
Reference in New Issue
Block a user