This commit is contained in:
Ottermandias 2023-06-28 22:47:48 +02:00
parent 90e451049e
commit d621369094
12 changed files with 387 additions and 58 deletions

View file

@ -148,6 +148,7 @@ public class AutoDesignManager : ISavable, IReadOnlyList<AutoDesignSet>
if (set.Enabled == value)
return;
set.Enabled = value;
AutoDesignSet? oldEnabled = null;
if (value)
{