tray bug fix
This commit is contained in:
parent
f6f49519f7
commit
c1ae4a6028
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||
{
|
||||
std::thread::spawn(move || crate::start_server(true));
|
||||
crate::platform::macos::hide_dock();
|
||||
crate::tray::make_tray();
|
||||
crate::ui::macos::make_tray();
|
||||
return None;
|
||||
}
|
||||
#[cfg(target_os = "linux")]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ mod cm;
|
|||
#[cfg(feature = "inline")]
|
||||
pub mod inline;
|
||||
#[cfg(target_os = "macos")]
|
||||
mod macos;
|
||||
pub mod macos;
|
||||
pub mod remote;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub mod win_privacy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue