UI: Fix build error with stray defaultStylesheet

master
Matt Gajownik 2022-08-09 22:56:32 +10:00
parent aacc1133f7
commit 3a7a6f4dc0
1 changed files with 0 additions and 1 deletions

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;