mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 06:07:52 +00:00
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
This commit is contained in:
parent
ce73a399f8
commit
fe722aba41
5 changed files with 57 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue