mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Preventing redundency in SetGlobalTheme
This commit is contained in:
@@ -22,6 +22,9 @@ namespace VRCX
|
||||
/// </summary>
|
||||
public static void SetGlobalTheme(int theme)
|
||||
{
|
||||
if(currentTheme == theme)
|
||||
return;
|
||||
|
||||
currentTheme = theme;
|
||||
|
||||
List<Form> forms = new List<Form>();
|
||||
|
||||
Reference in New Issue
Block a user