UI: Fix build error with stray defaultStylesheet

This commit is contained in:
Matt Gajownik 2022-08-09 22:56:32 +10:00
parent aacc1133f7
commit 3a7a6f4dc0

View File

@ -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;