mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-16 01:31:22 +10:00
chore(download agent): moved to completed index arr to help
serialization
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user