diff options
| author | Karol Kosek <krkk@krkk.ct8.pl> | 2020-12-24 16:50:28 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-24 23:29:59 +0100 |
| commit | bf7e6a8a03f6a623b342d08c6e3202640aa40aba (patch) | |
| tree | d9afd3e555a2a16c88b42495789d80f26e615b2f /src/mainwindow.ui | |
| parent | 1ceae995f1984b2e9512752cf5e8d8b56d03d574 (diff) | |
| download | kristall-bf7e6a8a03f6a623b342d08c6e3202640aa40aba.tar.gz | |
mainwindow.ui: add Quit shortcut
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 016b22c..a10ad4b 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -249,6 +249,9 @@ <property name="text"> <string>Quit</string> </property> + <property name="shortcut"> + <string>Ctrl+Q</string> + </property> </action> <action name="actionNew_Tab"> <property name="text"> |
