UI: Add fullscreen UI option to view menu

(Edit by Jim: Removed "Fullscreen Preview" because that's already sort
of served by the normal fullscreen projector option via the preview
context menu)

Closes jp9000/obs-studio#846
This commit is contained in:
cg2121
2017-03-04 08:21:43 -06:00
committed by jp9000
parent 50103825c0
commit b8d907f399
4 changed files with 27 additions and 0 deletions

View File

@@ -978,6 +978,16 @@
</property>
<addaction name="toggleListboxToolbars"/>
</widget>
<addaction name="actionFullscreenInterface"/>
<action name="actionFullscreenInterface">
<property name="shortcut">
<string>F11</string>
</property>
<property name="text">
<string>Basic.MainMenu.View.Fullscreen.Interface</string>
</property>
</action>
<addaction name="separator"/>
<addaction name="viewMenuToolbars"/>
<addaction name="toggleSceneTransitions"/>
<addaction name="toggleStatusBar"/>