Add button to reset glamourer temporary settings to qdb.

This commit is contained in:
Ottermandias 2025-02-17 17:40:49 +01:00
parent f7d6e75a9b
commit 1168460942
4 changed files with 167 additions and 119 deletions

View file

@ -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);
}
}