Merge pull request from safing/fix/traymenu-button

Fix tray menu SPN status and button
This commit is contained in:
Alexandr Stelnykovych 2025-03-25 16:59:05 +02:00 committed by GitHub
commit 9258148b1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -251,6 +251,8 @@ pub fn setup_tray_menu(
}
})
.build(app)?;
_ = app.set_menu(menu);
Ok(icon)
}