TrayMenu: more cleanup

This commit is contained in:
Ly-sec
2025-11-15 22:57:26 +01:00
parent fc033081bd
commit 5121d73a43
-2
View File
@@ -152,8 +152,6 @@ PopupWindow {
menu: root.menu
onMenuChanged: {
// When menu changes, reset and reload
root.menuItems = []
Qt.callLater(() => root.loadMenuItemsSafely())
}
}