UI: save statusbar/topbar collapsed state per screen.
This can now also be set from the Window menu in addition to dragging.
This commit is contained in:
Submodule release/scripts/addons updated: 371960484a...1a5f14657e
Submodule release/scripts/addons_contrib updated: 15b25a4278...b4496a81e4
@@ -504,6 +504,11 @@ class INFO_MT_window(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.prop(context.screen, "show_topbar")
|
||||
layout.prop(context.screen, "show_statusbar")
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("screen.screenshot")
|
||||
|
||||
if sys.platform[:3] == "win":
|
||||
|
||||
Reference in New Issue
Block a user