Revert "chore: update"

This reverts commit f6fce6bd31.
This commit is contained in:
huzibaca
2024-09-22 16:46:24 +08:00
parent f6fce6bd31
commit 2cdf33d8a1
2 changed files with 39 additions and 40 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::create_systray(&app.app_handle()));
log_err!(tray::Tray::update_systray(&app.app_handle()));
let silent_start = { Config::verge().data().enable_silent_start };
if !silent_start.unwrap_or(false) {