This commit is contained in:
rustdesk 2022-05-18 16:12:50 +08:00
parent 85332a6245
commit 88c8da5402

View File

@ -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
}