msamora-supernatural

Results 3 comments of msamora-supernatural

Adding a refresh keeps the element previews up to date. ` public override void Refresh() { base.Refresh(); foreach (var element in elements) { if (element.Value != null) { element.NameRaw =...

> @msamora-supernatural thanks for such a detailed repro! > > Does it still happen if you use the same version? This issue does not happen with version 1.5.1 We rolled...

> @msamora-supernatural if I get this right, then while staying at the same version the config is left untouched. But only when jumping back and forth between v1.5 and v1.6...