mirror of https://github.com/PCSX2/pcsx2.git
Qt: Change Default Theme
This commit is contained in:
parent
ddd17b18d7
commit
e8aa8fca34
|
@ -28,7 +28,7 @@ const char* QtHost::GetDefaultThemeName()
|
|||
#ifdef __APPLE__
|
||||
return "";
|
||||
#else
|
||||
return "darkfusion";
|
||||
return "darkfusionblue";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue