mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-18 19:28:56 -05:00
UI: Fix formatting
This commit is contained in:
@@ -1695,7 +1695,7 @@ void SourceTree::UpdateNoSourcesMessage()
|
||||
GetDataFilePath("themes/Dark/no_sources.svg", darkPath);
|
||||
|
||||
QString file = !App()->IsThemeDark() ? ":res/images/no_sources.svg"
|
||||
: darkPath.c_str();
|
||||
: darkPath.c_str();
|
||||
iconNoSources.load(file);
|
||||
|
||||
QTextOption opt(Qt::AlignHCenter);
|
||||
|
||||
Reference in New Issue
Block a user