remove tray debug logging
This commit is contained in:
parent
b1d0be5d31
commit
e48cd78adf
1 changed files with 0 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ M.BarModule {
|
||||||
|
|
||||||
property var _activeMenu: null
|
property var _activeMenu: null
|
||||||
|
|
||||||
// --- debug logging (remove once tray is confirmed working) ---
|
|
||||||
onActiveChanged: console.log("[TrayModule] active:", active, "count:", _trayRepeater.count)
|
|
||||||
onVisibleChanged: console.log("[TrayModule] visible:", visible)
|
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
id: _trayRepeater
|
id: _trayRepeater
|
||||||
model: SystemTray.items
|
model: SystemTray.items
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue