mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 15:12:28 +00:00 
			
		
		
		
	Changing close shortcut.
This commit is contained in:
		| @@ -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{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user