mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 00:26:14 -04:00
UI: Fix build error with stray defaultStylesheet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user