mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 22:17:44 +01:00
Add button to reset glamourer temporary settings to qdb.
This commit is contained in:
parent
f7d6e75a9b
commit
1168460942
4 changed files with 167 additions and 119 deletions
|
|
@ -407,7 +407,8 @@ public class StateEditor(
|
|||
}
|
||||
else if (!value.Revert)
|
||||
{
|
||||
Editor.ChangeMaterialValue(state, idx, new MaterialValueState(ColorRow.Empty, value.Value, CharacterWeapon.Empty, source),
|
||||
Editor.ChangeMaterialValue(state, idx,
|
||||
new MaterialValueState(ColorRow.Empty, value.Value, CharacterWeapon.Empty, source),
|
||||
settings.Source, out _, settings.Key);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue