Add per plugin theme override

This commit is contained in:
Stone_Red
2025-12-08 20:37:01 +01:00
parent 0bc7033196
commit 3fcda8e64e
3 changed files with 37 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ public abstract class Plugin
[Setting("desktopmagic-vertical-alignment", "Vertical Alignment", -998)]
internal ComboBox verticalAlignment = new ComboBox("Center", "Top", "Bottom");
[Setting("theme-override", "Theme Override", -997)]
internal ComboBox themeOverride = new ComboBox("<None>");
private IPluginData application = null!;
/// <summary>