Tooltip: passing missing screen ref.

This commit is contained in:
ItsLemmy
2025-10-03 20:58:21 -04:00
parent f97015b2d9
commit 58583a85e5
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -288,6 +288,7 @@ NPanel {
NIconButton {
icon: timerActive ? "stop" : "close"
screen: root.screen
tooltipText: timerActive ? I18n.tr("tooltips.cancel-timer") : I18n.tr("tooltips.close")
Layout.alignment: Qt.AlignVCenter
colorBg: timerActive ? Qt.alpha(Color.mError, 0.08) : Color.transparent