rustdesk
2024-08-16 12:20:40 +08:00
parent 92752765ba
commit 579e0fac36
6 changed files with 7 additions and 7 deletions

View File

@@ -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));
}