mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Removing debug from MainForm
This commit is contained in:
10
MainForm.cs
10
MainForm.cs
@@ -169,15 +169,5 @@ namespace VRCX
|
||||
{
|
||||
Application.Exit();
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
WinformThemer.SetGlobalTheme(1);
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
WinformThemer.SetGlobalTheme(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user