mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Merge pull request #6031 from 21pages/wallpaper_remove_unsupported
not show remove wallpaper option if unsupported
This commit is contained in:
@@ -1675,6 +1675,10 @@ pub fn main_test_wallpaper(_second: u64) {
|
||||
});
|
||||
}
|
||||
|
||||
pub fn main_support_remove_wallpaper() -> bool {
|
||||
support_remove_wallpaper()
|
||||
}
|
||||
|
||||
/// Send a url scheme throught the ipc.
|
||||
///
|
||||
/// * macOS only
|
||||
|
||||
Reference in New Issue
Block a user