mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix Cmd+Q on macOS closing active window instead of quitting (#5427)
This commit is contained in:
commit
882b8e1bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue