feat(ui): apply active color scheme at startup

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 21:50:03 -04:00
parent 12f8bbf8f5
commit 8bea5dac6c
+1
View File
@@ -71,6 +71,7 @@ namespace OpenNest.Forms
NestEngineRegistry.LoadPlugins(enginesDir);
OptionsForm.ApplyDisabledStrategies();
ColorSchemeRegistry.ApplyActiveFromSettings();
foreach (var engine in NestEngineRegistry.AvailableEngines)
engineComboBox.Items.Add(engine.Name);