Fix Qt menu roles for certain menu items

This commit is contained in:
Alexander Babikov
2025-03-16 16:55:29 +05:00
parent 081e97f1b0
commit c77cef6d80
2 changed files with 7 additions and 0 deletions

View File

@@ -353,6 +353,9 @@
<property name="text">
<string>Exit</string>
</property>
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
</action>
<action name="actionSettings">
<property name="icon">
@@ -815,6 +818,9 @@
<property name="text">
<string>Renderer options...</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionVulkan">
<property name="checkable">