mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Qt: Change Default Theme
This commit is contained in:
parent
9a476f8283
commit
f2ab4e840e
@ -28,7 +28,7 @@ const char* QtHost::GetDefaultThemeName()
|
|||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
return "";
|
return "";
|
||||||
#else
|
#else
|
||||||
return "darkfusion";
|
return "darkfusionblue";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user