diff options
author | goaaats <[email protected]> | 2018-01-16 15:50:33 +0100 |
---|---|---|
committer | goaaats <[email protected]> | 2018-01-16 15:50:33 +0100 |
commit | f473780c52d2ee896e7c6ede3ffe9e8fadd37891 (patch) | |
tree | 889e4ef749ceaca7351a90cdbb656e1a0f23e3a2 /src/yuzu/main.ui | |
parent | 713c1ed2037e73d3eadcc605c839f069aefc4853 (diff) | |
download | yuzu-android-f473780c52d2ee896e7c6ede3ffe9e8fadd37891.tar.gz yuzu-android-f473780c52d2ee896e7c6ede3ffe9e8fadd37891.zip |
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
Diffstat (limited to 'src/yuzu/main.ui')
-rw-r--r-- | src/yuzu/main.ui | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 721e769e8..0fcd93cc2 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -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> |