Qt: Change Default Theme

This commit is contained in:
KamFretoZ 2025-04-16 17:32:06 +07:00
parent ddd17b18d7
commit e8aa8fca34
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const char* QtHost::GetDefaultThemeName()
#ifdef __APPLE__
return "";
#else
return "darkfusion";
return "darkfusionblue";
#endif
}