Change popout mode to "Single Window Mode"
This commit is contained in:
parent
08b6cf778d
commit
3f3b890694
2 changed files with 9 additions and 9 deletions
|
@ -58,7 +58,7 @@
|
|||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<addaction name="action_Popout_Window_Mode"/>
|
||||
<addaction name="action_Single_Window_Mode"/>
|
||||
<addaction name="action_Hotkeys"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Help">
|
||||
|
@ -114,12 +114,12 @@
|
|||
<string>About Citra</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Popout_Window_Mode">
|
||||
<action name="action_Single_Window_Mode">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Popout window</string>
|
||||
<string>Single Window Mode</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Hotkeys">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue