hoverpanel: fix _hideTimer reference (id not property)

This commit is contained in:
Damocles 2026-04-16 23:19:54 +02:00
parent 2e881de130
commit 249c95abb8

View file

@ -109,7 +109,7 @@ PanelWindow {
onTriggered: { onTriggered: {
root._contentBusy = false; root._contentBusy = false;
if (!root.showPanel && !root._grace && !root._pinned) if (!root.showPanel && !root._grace && !root._pinned)
root._hideTimer.restart(); _hideTimer.restart();
} }
} }
function keepOpen(ms) { function keepOpen(ms) {