Version file

This commit is contained in:
Natsumi
2022-10-04 01:54:38 +13:00
parent 376c7f7ae6
commit 053e85047e
9 changed files with 57 additions and 33 deletions

View File

@@ -370,6 +370,11 @@ namespace VRCX
return System.Globalization.CultureInfo.CurrentCulture.ToString();
}
public string GetVersion()
{
return Program.Version;
}
public void ChangeTheme(int value)
{
WinformThemer.SetGlobalTheme(value);