mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix ci
This commit is contained in:
@@ -1828,6 +1828,10 @@ pub fn is_outgoing_only() -> SyncReturn<bool> {
|
||||
SyncReturn(config::is_outgoing_only())
|
||||
}
|
||||
|
||||
pub fn is_custom_client() -> SyncReturn<bool> {
|
||||
SyncReturn(get_app_name() != "RustDesk")
|
||||
}
|
||||
|
||||
pub fn is_disable_settings() -> SyncReturn<bool> {
|
||||
SyncReturn(config::is_disable_settings())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user