Qt: Change Default Theme

This commit is contained in:
KamFretoZ 2025-04-16 17:32:06 +07:00 committed by lightningterror
parent 9a476f8283
commit f2ab4e840e

View File

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