mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
macos tray
This commit is contained in:
@@ -63,12 +63,7 @@ fn check_connect_status(
|
||||
|
||||
pub fn start(args: &mut [String]) {
|
||||
#[cfg(target_os = "macos")]
|
||||
if args.len() == 1 && args[0] == "--server" {
|
||||
macos::make_tray();
|
||||
return;
|
||||
} else {
|
||||
macos::show_dock();
|
||||
}
|
||||
macos::show_dock();
|
||||
#[cfg(all(target_os = "linux", feature = "inline"))]
|
||||
{
|
||||
#[cfg(feature = "appimage")]
|
||||
|
||||
Reference in New Issue
Block a user