Added theming support. Added import/export

Missing: API Server save
This commit is contained in:
2025-01-08 00:33:09 +01:00
parent e299cde6da
commit 1a4864ba00
10 changed files with 424 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ public class FrontendConfiguration
public class ThemeData
{
public Dictionary<string, Dictionary<int, string>> Variables { get; set; } = new();
public Dictionary<string, string> Variables { get; set; } = new();
}
public class PluginData