welcome app: add tip for window close keybind

This commit is contained in:
end-4
2025-09-18 08:18:10 +02:00
parent 06965e7eed
commit 21303b24c8
+4
View File
@@ -109,6 +109,10 @@ ApplicationWindow {
text: "close"
iconSize: 20
}
StyledToolTip {
content: Translation.tr("Tip: Close a window with Super+Q")
}
}
}
}