fix persisting Windows key, instead of user configured key

This commit is contained in:
Rili
2026-01-01 16:46:45 +02:00
committed by GitHub
parent e818a202b8
commit 5a687c3565
@@ -141,7 +141,7 @@ ContentPage {
key: "Ctrl"
}
KeyboardKey {
key: "󰖳"
key: Config.options.cheatsheet.superKey ?? "󰖳"
}
StyledText {
Layout.alignment: Qt.AlignVCenter