mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 06:31:03 +03:00
This commit is contained in:
@@ -1091,3 +1091,7 @@ oLink.Save
|
||||
allow_err!(std::fs::remove_file(shortcut));
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn quit_gui() {
|
||||
unsafe { PostQuitMessage(0) };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user