mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
remove more "rustdesk" built-in
This commit is contained in:
@@ -804,6 +804,10 @@ pub fn main_get_app_name_sync() -> SyncReturn<String> {
|
||||
SyncReturn(get_app_name())
|
||||
}
|
||||
|
||||
pub fn main_uri_prefix_sync() -> SyncReturn<String> {
|
||||
SyncReturn(crate::get_uri_prefix())
|
||||
}
|
||||
|
||||
pub fn main_get_license() -> String {
|
||||
get_license()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user