mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 18:31:28 +03:00
fix cm
This commit is contained in:
@@ -1322,5 +1322,6 @@ pub fn get_win_key_state() -> bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn quit_gui() {
|
pub fn quit_gui() {
|
||||||
unsafe { PostQuitMessage(0) };
|
std::process::exit(0);
|
||||||
|
// unsafe { PostQuitMessage(0) }; // some how not work
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user