[+] Window Magic!

This commit is contained in:
Clansty
2024-09-27 21:50:27 +08:00
parent c1c7788cd3
commit 74e39c437d
6 changed files with 99 additions and 1 deletions

View File

@@ -73,7 +73,6 @@ namespace AquaMai
{
Patch(directiveType);
}
else MelonLogger.Error($"Type not found for {categoryProp.Name}.{settingProp.Name}");
}
}
}
@@ -119,6 +118,7 @@ namespace AquaMai
// Fixes that does not have side effects
// These don't need to be configurable
WindowState.Execute();
// Helpers
Patch(typeof(MessageHelper));
Patch(typeof(MusicDirHelper));