mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 11:07:30 +08:00
[+] GUI style
This commit is contained in:
@@ -151,6 +151,7 @@ namespace AquaMai
|
||||
Patch(typeof(MessageHelper));
|
||||
Patch(typeof(MusicDirHelper));
|
||||
Patch(typeof(SharedInstances));
|
||||
Patch(typeof(GuiSizes));
|
||||
// Fixes
|
||||
Patch(typeof(FixCharaCrash));
|
||||
Patch(typeof(BasicFix));
|
||||
@@ -187,5 +188,11 @@ namespace AquaMai
|
||||
|
||||
MelonLogger.Msg(Locale.Loaded);
|
||||
}
|
||||
|
||||
public override void OnGUI()
|
||||
{
|
||||
GuiSizes.SetupStyles();
|
||||
base.OnGUI();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user