Added theming support. Added import/export
Missing: API Server save
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user