mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -288,9 +288,11 @@ loot-editor-close
|
||||
changed, so record both. */
|
||||
if (this.$.priorityValue.value !== oldData.priority) {
|
||||
plugin.priority = this.$.priorityValue.value;
|
||||
plugin.userlist.priority = this.$.priorityValue.value;
|
||||
}
|
||||
if (this.$.globalPriorityValue.value !== oldData.globalPriority) {
|
||||
plugin.globalPriority = this.$.globalPriorityValue.value;
|
||||
plugin.userlist.globalPriority = this.$.globalPriority.value;
|
||||
}
|
||||
|
||||
plugin.userlist.enabled = this.$.enableEdits.checked;
|
||||
|
||||
@@ -136,6 +136,8 @@ private:
|
||||
YAML::Node node;
|
||||
|
||||
node["enabled"] = metadata.Enabled();
|
||||
node["priority"] = metadata.LocalPriority().getValue();
|
||||
node["globalPriority"] = metadata.GlobalPriority().getValue();
|
||||
node["after"] = metadata.LoadAfter();
|
||||
node["req"] = metadata.Reqs();
|
||||
node["inc"] = metadata.Incs();
|
||||
|
||||
Reference in New Issue
Block a user