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