mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03:00
@@ -1512,8 +1512,8 @@ pub fn plugin_enable(_id: String, _v: bool) -> SyncReturn<()> {
|
||||
} else {
|
||||
crate::plugin::unload_plugin(&_id);
|
||||
}
|
||||
SyncReturn(())
|
||||
}
|
||||
SyncReturn(())
|
||||
}
|
||||
|
||||
pub fn plugin_is_enabled(_id: String) -> SyncReturn<bool> {
|
||||
|
||||
Reference in New Issue
Block a user