UI: Remove button box setIcon

Since these are now set in the stylesheets, these lines are not
needed anymore.
This commit is contained in:
cg2121 2022-08-30 23:15:12 -05:00 committed by Jim
parent dd94399acd
commit 1d8bfb833a

View File

@ -912,10 +912,6 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
SLOT(AdvOutRecCheckWarnings()));
AdvOutRecCheckWarnings();
ui->buttonBox->button(QDialogButtonBox::Apply)->setIcon(QIcon());
ui->buttonBox->button(QDialogButtonBox::Ok)->setIcon(QIcon());
ui->buttonBox->button(QDialogButtonBox::Cancel)->setIcon(QIcon());
SimpleRecordingQualityChanged();
AdvOutSplitFileChanged();