mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-06 05:36:21 +08:00
Update remote_page.dart
This commit is contained in:
parent
7bfe383e4a
commit
b5ab71e2ff
@ -183,8 +183,8 @@ class _RemotePageState extends State<RemotePage>
|
||||
}
|
||||
|
||||
@override
|
||||
void onWindowMaximize() {
|
||||
super.onWindowMinimize();
|
||||
void onWindowRestore() {
|
||||
super.onWindowRestore();
|
||||
if (!Platform.isLinux) {
|
||||
Wakelock.enable();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user