mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
stylesheets: make UI Colors optional
This commit is contained in:
parent
e6a07e80d7
commit
fff62df6a2
8 changed files with 99 additions and 27 deletions
|
|
@ -299,7 +299,7 @@ QString gui_settings::GetCurrentStylesheetPath()
|
|||
{
|
||||
QString stylesheet = GetValue(GUI::m_currentStylesheet).toString();
|
||||
|
||||
if (stylesheet == "default")
|
||||
if (stylesheet == GUI::Default)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue