chore(download agent): moved to completed index arr to help

serialization
This commit is contained in:
DecDuck
2024-12-21 19:21:15 +11:00
parent 3d60fd50d8
commit 64ebc191bf
3 changed files with 64 additions and 94 deletions

View File

@ -234,7 +234,7 @@ pub fn run() {
],
)?;
let tray = TrayIconBuilder::new()
TrayIconBuilder::new()
.icon(app.default_window_icon().unwrap().clone())
.menu(&menu)
.on_menu_event(|app, event| match event.id.as_ref() {