UI: Fix formatting

This commit is contained in:
Matt Gajownik 2022-06-25 14:46:05 +10:00
parent 76cc739c7f
commit 2bb780468c
2 changed files with 4 additions and 3 deletions

View File

@ -1501,7 +1501,8 @@ void OBSPropertiesView::AddProperty(obs_property_t *property,
widget->setEnabled(false);
if (obs_property_long_description(property)) {
QString file = !App()->IsThemeDark() ? ":/res/images/help.svg"
QString file = !App()->IsThemeDark()
? ":/res/images/help.svg"
: ":/res/images/help_light.svg";
if (label) {
QString lStr = "<html>%1 <img src='%2' style=' \