mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-26 18:22:48 +08:00
Merge pull request #3230 from Kingtous/master
fix: window manager called on Android & bugfix etc.
This commit is contained in:
@ -336,6 +336,9 @@ closeConnection({String? id}) {
|
||||
}
|
||||
|
||||
void window_on_top(int? id) {
|
||||
if (!isDesktop) {
|
||||
return;
|
||||
}
|
||||
if (id == null) {
|
||||
// main window
|
||||
windowManager.restore();
|
||||
|
Reference in New Issue
Block a user