stylesheets: make UI Colors optional

This commit is contained in:
Megamouse 2017-08-16 23:38:18 +02:00 committed by Ivan
parent e6a07e80d7
commit fff62df6a2
8 changed files with 99 additions and 27 deletions

View file

@ -299,7 +299,7 @@ QString gui_settings::GetCurrentStylesheetPath()
{
QString stylesheet = GetValue(GUI::m_currentStylesheet).toString();
if (stylesheet == "default")
if (stylesheet == GUI::Default)
{
return "";
}