Bug 791948 - Please enable "save tool option on exit" by the default

Enable "save-tool-options" and "save-device-status" by default,
it's the expected behavior these days.
This commit is contained in:
Michael Natterer 2018-01-01 14:46:32 +01:00
parent a51efd09d1
commit 6dc2d9d91d
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
"save-device-status",
"Save device status",
SAVE_DEVICE_STATUS_BLURB,
FALSE,
TRUE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_DEVICES_SHARE_TOOL,
@ -216,7 +216,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
"save-tool-options",
"Save tool options",
SAVE_TOOL_OPTIONS_BLURB,
FALSE,
TRUE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_SHOW_TOOLTIPS,