This commit is contained in:
Zacharias-Brohn
2026-02-16 19:46:26 +01:00
parent 168c0cd686
commit b22e79a2c5
4 changed files with 21 additions and 12 deletions
+8
View File
@@ -105,6 +105,14 @@ Item {
}
}
CustomShortcut {
name: "show-osd"
onPressed: {
root.show();
}
}
Timer {
id: timer