mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
Add the user setting for enabling the configuration of extended commands
This commit is contained in:
parent
297373f436
commit
832e910b6f
@ -242,6 +242,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 ("dialogues", "ID Dialogues");
|
declareSection ("dialogues", "ID Dialogues");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user