mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00:00
Update remote_page.dart
This commit is contained in:
@@ -183,8 +183,8 @@ class _RemotePageState extends State<RemotePage>
|
||||
}
|
||||
|
||||
@override
|
||||
void onWindowMaximize() {
|
||||
super.onWindowMinimize();
|
||||
void onWindowRestore() {
|
||||
super.onWindowRestore();
|
||||
if (!Platform.isLinux) {
|
||||
Wakelock.enable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user