Fix Ctrl+Shift+, opening settings
BUG: 469057
This commit is contained in:
@@ -383,4 +383,11 @@ Kirigami.ApplicationWindow {
|
|||||||
color: Kirigami.Theme.backgroundColor
|
color: Kirigami.Theme.backgroundColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Shortcut {
|
||||||
|
sequence: "Ctrl+Shift+,"
|
||||||
|
onActivated: {
|
||||||
|
pageStack.pushDialogLayer("qrc:/SettingsPage.qml")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user