mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
show wallpaper only when support, show test on checked
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -598,6 +598,10 @@ impl UI {
|
||||
fn get_login_device_info(&self) -> String {
|
||||
get_login_device_info_json()
|
||||
}
|
||||
|
||||
fn support_remove_wallpaper(&self) -> bool {
|
||||
support_remove_wallpaper()
|
||||
}
|
||||
}
|
||||
|
||||
impl sciter::EventHandler for UI {
|
||||
@@ -683,6 +687,7 @@ impl sciter::EventHandler for UI {
|
||||
fn default_video_save_directory();
|
||||
fn handle_relay_id(String);
|
||||
fn get_login_device_info();
|
||||
fn support_remove_wallpaper();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user