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:
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user