mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 09:11:30 +03:00
desktop close connection tab (remote page)
This commit is contained in:
@@ -51,7 +51,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: []);
|
||||
gFFI.dialogManager
|
||||
.showLoading(translate('Connecting...'), onCancel: backToHomePage);
|
||||
.showLoading(translate('Connecting...'), onCancel: closeConnection);
|
||||
_interval =
|
||||
Timer.periodic(Duration(milliseconds: 30), (timer) => interval());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user