mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-05 21:27:54 -05:00
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
This commit is contained in:
@ -83,6 +83,7 @@
|
||||
<string>Debugging</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="action_Fullscreen"/>
|
||||
<addaction name="action_Single_Window_Mode"/>
|
||||
<addaction name="action_Display_Dock_Widget_Headers"/>
|
||||
<addaction name="action_Show_Filter_Bar"/>
|
||||
@ -189,6 +190,14 @@
|
||||
<string>Selects a folder to display in the game list</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<action name="action_Fullscreen">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Fullscreen</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
</ui>
|
||||
|
Reference in New Issue
Block a user