Fix selecting other designs during rename renaming newly selected design.

This commit is contained in:
Ottermandias 2023-07-14 12:17:43 +02:00
parent 8090c370fd
commit a666832419
5 changed files with 22 additions and 26 deletions

View file

@ -24,7 +24,6 @@ public class Configuration : IPluginConfiguration, ISavable
public bool EnableAutoDesigns { get; set; } = true;
public bool IncognitoMode { get; set; } = false;
public bool UnlockDetailMode { get; set; } = true;
public bool SkipInvalidCustomizations { get; set; } = false;
public bool HideApplyCheckmarks { get; set; } = false;
public bool SmallEquip { get; set; } = false;
public bool UnlockedItemMode { get; set; } = false;