User Prefs: app-template option to hide the cursor

This commit is contained in:
Campbell Barton
2018-01-12 12:41:03 +11:00
parent ff4c9d69ee
commit 93d30d62e6
4 changed files with 11 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ class USERPREF_PT_interface(Panel):
col.label(text="App Template:")
col.label(text="Options intended for use with app-templates only.")
col.prop(view, "show_layout_ui")
col.prop(view, "show_view3d_cursor")