From 3a7a6f4dc012eac62d642aa56b26093a00a1ec5b Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Tue, 9 Aug 2022 22:56:32 +1000 Subject: [PATCH] UI: Fix build error with stray defaultStylesheet --- UI/obs-app.cpp | 1 - 1 file changed, 1 deletion(-) 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;