Fix X11 theme bug.

This commit is contained in:
flashburns 2025-12-16 00:19:57 -05:00 committed by Grim Maple
parent 8614a7cbcc
commit 8e6b6f2410
1 changed files with 1 additions and 0 deletions

View File

@ -2004,6 +2004,7 @@ extern(C) int DLANGUImain(string[] args)
X11Platform x11platform = new X11Platform();
Platform.setInstance(x11platform);
Platform.instance.uiTheme = "theme_default";
int res = 0;