diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index a8876a641..dd994c446 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1111,8 +1111,8 @@ bool OBSApp::SetTheme(std::string name, std::string path) QString mpath = QString("file:///") + path.c_str(); setPalette(defaultPalette); - setStyleSheet(mpath); ParseExtraThemeData(path.c_str()); + setStyleSheet(mpath); emit StyleChanged(); return true;