mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-20 20:09:14 +00:00
Changing close shortcut.
This commit is contained in:
parent
cf1fed9bec
commit
be0ccfa1ba
@ -58,7 +58,7 @@ ApplicationWindow{
|
||||
Action {
|
||||
id: quitAction
|
||||
text: qsTr("&Quit")
|
||||
shortcut: "Ctrl+Q"
|
||||
shortcut: "Ctrl+Shift+Q"
|
||||
onTriggered: terminalWindow.close();
|
||||
}
|
||||
Action{
|
||||
|
Loading…
x
Reference in New Issue
Block a user