Skip to content

Commit

Permalink
Update Main.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 27, 2024
1 parent ef0a2c0 commit e68d7c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/funkin/backend/system/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ class Main extends Sprite

FlxG.mouse.useSystemCursor = !Controls.instance.touchC;

#if DARK_MODE_WINDOW
if(funkin.backend.utils.NativeAPI.hasVersion("Windows 10")) funkin.backend.utils.NativeAPI.redrawWindowHeader();
#end

ModsFolder.init();
#if MOD_SUPPORT
ModsFolder.switchMod(modToLoad.getDefault(Options.lastLoadedMod));
Expand Down

0 comments on commit e68d7c9

Please sign in to comment.