diff options
Diffstat (limited to 'src/ui/window.c')
-rw-r--r-- | src/ui/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index 164c2478..bd1254d7 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -571,6 +571,7 @@ void init_MainWindow(iMainWindow *d, iRect rect) { | |||
571 | #if defined(iPlatformMsys) | 571 | #if defined(iPlatformMsys) |
572 | SDL_SetWindowMinimumSize(d->base.win, minSize.x * d->base.displayScale, minSize.y * d->base.displayScale); | 572 | SDL_SetWindowMinimumSize(d->base.win, minSize.x * d->base.displayScale, minSize.y * d->base.displayScale); |
573 | useExecutableIconResource_SDLWindow(d->base.win); | 573 | useExecutableIconResource_SDLWindow(d->base.win); |
574 | enableDarkMode_SDLWindow(d->base.win); | ||
574 | #endif | 575 | #endif |
575 | #if defined (iPlatformLinux) | 576 | #if defined (iPlatformLinux) |
576 | SDL_SetWindowMinimumSize(d->base.win, minSize.x * d->base.pixelRatio, minSize.y * d->base.pixelRatio); | 577 | SDL_SetWindowMinimumSize(d->base.win, minSize.x * d->base.pixelRatio, minSize.y * d->base.pixelRatio); |