UI: option not to show screen splitting widgets

Request for simplified Blender template,
this may be extended to limit access to other UI changes
that could be pressed by accident.
This commit is contained in:
Campbell Barton
2018-01-11 16:08:55 +11:00
parent 9d62e6e782
commit 717090f40e
6 changed files with 36 additions and 4 deletions

View File

@@ -316,6 +316,9 @@ class USERPREF_PT_interface(Panel):
col.separator()
col.separator()
col.label(text="Screen:")
col.prop(view, "show_layout_ui")
col.prop(view, "show_splash")