Fix cmd+w not closing the main window on macOS

This commit is contained in:
vit9696
2017-12-12 18:01:55 +03:00
committed by sledgehammer999
parent d202b85d51
commit 97cd430125
3 changed files with 24 additions and 1 deletions

View File

@@ -90,6 +90,7 @@
</property>
<addaction name="actionOpen"/>
<addaction name="actionDownloadFromURL"/>
<addaction name="actionCloseWindow"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
@@ -466,6 +467,11 @@
<string>Critical Messages</string>
</property>
</action>
<action name="actionCloseWindow">
<property name="text">
<string>Close Window</string>
</property>
</action>
</widget>
<resources/>
<connections/>