mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
fix cm
This commit is contained in:
parent
85332a6245
commit
88c8da5402
1 changed files with 2 additions and 1 deletions
|
|
@ -1322,5 +1322,6 @@ pub fn get_win_key_state() -> bool {
|
|||
}
|
||||
|
||||
pub fn quit_gui() {
|
||||
unsafe { PostQuitMessage(0) };
|
||||
std::process::exit(0);
|
||||
// unsafe { PostQuitMessage(0) }; // some how not work
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue