Make designs better discernible in the design combo.

This commit is contained in:
Ottermandias 2023-07-15 18:17:55 +02:00
parent b1d1f9c2eb
commit edb05946dd
3 changed files with 63 additions and 38 deletions

View file

@ -118,6 +118,7 @@ public static class ServiceManager
.AddSingleton<DesignFileSystemSelector>()
.AddSingleton<DesignPanel>()
.AddSingleton<DesignTab>()
.AddSingleton<DesignCombo>()
.AddSingleton<ModAssociationsTab>()
.AddSingleton<DesignDetailTab>()
.AddSingleton<UnlockTable>()