Move download history button

This commit is contained in:
Natsumi
2022-03-30 22:37:06 +13:00
parent 97761f81c1
commit bb5b58f21b
4 changed files with 22 additions and 4 deletions

View File

@@ -420,6 +420,11 @@ namespace VRCX
WinformThemer.SetGlobalTheme(value);
}
public void DoFunny()
{
WinformThemer.DoFunny();
}
public void SetStartup(bool enabled)
{
try