diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index fb7a5f715..5cccc2415 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1213,7 +1213,6 @@ bool OBSApp::SetTheme(std::string name, std::string path) string lpath = path; if (parentPath.empty()) { - setStyleSheet(defaultStyleSheet); setPalette(defaultPalette); } else { lpath = parentPath;