mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-06 05:36:21 +08:00
fix last commit
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
37449bf44c
commit
a3adb4788f
@ -182,6 +182,14 @@ class _RemotePageState extends State<RemotePage>
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
void onWindowMaximize() {
|
||||
super.onWindowMaximize();
|
||||
if (!Platform.isLinux) {
|
||||
Wakelock.enable();
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
void onWindowMinimize() {
|
||||
super.onWindowMinimize();
|
||||
|
Loading…
Reference in New Issue
Block a user