summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-12 21:31:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-12 21:31:35 (GMT)
commitda22d42c9644de808dfc3484352c444ee4176bee (patch)
tree67d1533baad0a80cc9f435c781c5d094243fa425 /src/core
parent491e9837f33831f94747a6063f709ba2c5d2703e (diff)
Loaded all custom parameters storing positions of panels divisions.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/params.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/params.c b/src/core/params.c
index 799798d..52dae76 100644
--- a/src/core/params.c
+++ b/src/core/params.c
@@ -168,6 +168,8 @@ bool load_main_config_parameters(void)
param = g_generic_config_create_param(config, MPK_AUTO_SAVE, CPT_BOOLEAN, true);
if (param == NULL) return false;
+ g_generic_config_create_group(config, "gui.panels.positions", CPT_INTEGER);
+
return true;
}