mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 22:16:41 +00:00
Add the user setting for enabling the configuration of extended commands
This commit is contained in:
parent
ba762ec1c1
commit
fcf69555f4
1 changed files with 6 additions and 0 deletions
|
|
@ -215,6 +215,12 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
"Jump to the added or cloned record.");
|
"Jump to the added or cloned record.");
|
||||||
jumpToAdded->setDefaultValue (defaultValue);
|
jumpToAdded->setDefaultValue (defaultValue);
|
||||||
jumpToAdded->setDeclaredValues (jumpValues);
|
jumpToAdded->setDeclaredValues (jumpValues);
|
||||||
|
|
||||||
|
Setting *extendedConfig = createSetting (Type_CheckBox, "extended-config",
|
||||||
|
"Enable configuration of the extended delete/revert");
|
||||||
|
extendedConfig->setDefaultValue("false");
|
||||||
|
extendedConfig->setToolTip("Enables the ability to specify tables that will be affected by "
|
||||||
|
"the extended delete/revert command");
|
||||||
}
|
}
|
||||||
|
|
||||||
declareSection ("report-input", "Report Input");
|
declareSection ("report-input", "Report Input");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue