chore: update

This commit is contained in:
huzibaca
2024-09-22 15:59:59 +08:00
parent f9f1721d66
commit f6fce6bd31
2 changed files with 39 additions and 38 deletions

View File

@@ -85,7 +85,7 @@ pub async fn resolve_setup(app: &mut App) {
server::embed_server(app.app_handle());
log::trace!("init system tray");
log_err!(tray::Tray::update_systray(&app.app_handle()));
log_err!(tray::Tray::create_systray(&app.app_handle()));
let silent_start = { Config::verge().data().enable_silent_start };
if !silent_start.unwrap_or(false) {