Apply title bar colour on theme change

This commit is contained in:
Natsumi
2022-03-24 19:12:02 +13:00
parent 01cb6ca0e1
commit ea581a2420
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -415,6 +415,11 @@ namespace VRCX
return System.Globalization.CultureInfo.CurrentCulture.ToString();
}
public void ChangeTheme(int value)
{
WinformThemer.SetGlobalTheme(value);
}
public void SetStartup(bool enabled)
{
try