Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2021-09-16 16:27:36 +0300
committerDalai Felinto <dalai@blender.org>2021-09-16 17:02:33 +0300
commitf2cfad77f9f8876edfdc9930206fc12db71f25b0 (patch)
tree72f1a49a2c3ac0419df1f07c4a3b852142bbbeb6 /source/blender/makesdna/DNA_userdef_types.h
parent9fee59a4849cdedf0ce5332ec78c70dd128aa3b1 (diff)
App Settings: Regions Visbility Toggle
The toggle that allow users to "show" the region (header, toolbar, ...) when it is collapsed can now be configured for the apps. Note: This option is not visibile in the UI. Differential Revision: D12516
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 37a3d60a647..2203068928c 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -1136,6 +1136,7 @@ typedef enum eUserpref_TableAPI {
/** #UserDef.app_flag */
typedef enum eUserpref_APP_Flag {
USER_APP_LOCK_CORNER_SPLIT = (1 << 0),
+ USER_APP_HIDE_REGION_TOGGLE = (1 << 1),
} eUserpref_APP_Flag;
/** #UserDef.statusbar_flag */