Use statusTip instead of toolTip for menus

This commit is contained in:
ANK-dev
2025-09-13 19:01:22 -03:00
committed by Connor McLaughlin
parent 17a1b231af
commit a9c36f39ad

View File

@@ -37,9 +37,6 @@
<property name="title">
<string>&amp;System</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<widget class="QMenu" name="menuChangeDisc">
<property name="title">
<string>Change Disc</string>
@@ -96,9 +93,6 @@
<property name="title">
<string>S&amp;ettings</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<addaction name="actionViewGameProperties"/>
<addaction name="separator"/>
<addaction name="actionInterfaceSettings"/>
@@ -126,9 +120,6 @@
<property name="title">
<string>&amp;Help</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<addaction name="actionGitHubRepository"/>
<addaction name="actionDiscordServer"/>
<addaction name="separator"/>
@@ -142,9 +133,6 @@
<property name="title">
<string>&amp;Debug</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<widget class="QMenu" name="menuRenderer">
<property name="title">
<string>Switch GPU Renderer</string>
@@ -204,9 +192,6 @@
<property name="title">
<string>&amp;View</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<widget class="QMenu" name="menuWindowSize">
<property name="title">
<string>&amp;Window Size</string>
@@ -249,9 +234,6 @@
<property name="title">
<string>&amp;Tools</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<addaction name="actionOpenDataDirectory"/>
<addaction name="separator"/>
<addaction name="actionMemoryCardEditor"/>
@@ -756,6 +738,9 @@
<property name="toolTip">
<string>Resumes the last save state created</string>
</property>
<property name="statusTip">
<string>Resumes the last save state created</string>
</property>
</action>
<action name="actionViewToolbar">
<property name="checkable">