Fix Cmd+Q on macOS closing active window instead of quitting (#5427)

This commit is contained in:
Tayou 2026-05-04 15:50:11 +00:00 committed by GitHub
commit 882b8e1bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -528,7 +528,7 @@
<string>Close the current window</string>
</property>
<property name="menuRole">
<enum>QAction::QuitRole</enum>
<enum>QAction::MenuRole::NoRole</enum>
</property>
</action>
<action name="actionViewInstanceFolder">