Workspaces: remove separate workspaces.blend config file.
This is quite confusing in the current UI, with both startup.blend and workspaces.blend containing a list of workspaces. In practice you'd usually want to save workspaces to both files. The downside of having a single file may be that you then can't disable certain workspaces by default, but we could add a setting for that.
This commit is contained in:
@@ -44,9 +44,7 @@ class USERPREF_HT_header(Header):
|
||||
|
||||
layout.operator_context = 'INVOKE_DEFAULT'
|
||||
|
||||
if userpref.active_section == 'INTERFACE':
|
||||
layout.operator("wm.save_workspace_file")
|
||||
elif userpref.active_section == 'INPUT':
|
||||
if userpref.active_section == 'INPUT':
|
||||
layout.operator("wm.keyconfig_import")
|
||||
layout.operator("wm.keyconfig_export")
|
||||
elif userpref.active_section == 'ADDONS':
|
||||
|
Reference in New Issue
Block a user