mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 18:21:02 +03:00
macos, fix input crash
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -321,7 +321,7 @@ pub fn uninstall_plugin(id: &str, called_by_ui: bool) {
|
||||
}
|
||||
}
|
||||
|
||||
if is_server() {
|
||||
if super::is_server_running() {
|
||||
super::plugins::unload_plugin(&id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user