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