tray bug fix

This commit is contained in:
sjpark
2023-02-01 08:10:57 +09:00
parent f6f49519f7
commit c1ae4a6028
2 changed files with 2 additions and 2 deletions

View File

@@ -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")]