mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 22:31:29 +03:00
This commit is contained in:
@@ -12,7 +12,6 @@ pub fn start_tray() {
|
||||
if crate::ui_interface::get_builtin_option(hbb_common::config::keys::OPTION_HIDE_TRAY) == "Y" {
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
crate::platform::macos::hide_dock();
|
||||
loop {
|
||||
std::thread::sleep(std::time::Duration::from_secs(1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user