mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 19:00:24 +00:00
3.0
This commit is contained in:
@@ -29,6 +29,12 @@ namespace XCharts.Runtime
|
||||
}
|
||||
}
|
||||
|
||||
public static void CheckReloadTheme()
|
||||
{
|
||||
if (XChartsMgr.themeNames.Count < 0)
|
||||
ReloadThemeList();
|
||||
}
|
||||
|
||||
public static void AddTheme(Theme theme)
|
||||
{
|
||||
if (theme == null) return;
|
||||
|
||||
Reference in New Issue
Block a user