UI: Remove button box setIcon

Since these are now set in the stylesheets, these lines are not
needed anymore.
master
cg2121 2022-08-30 23:15:12 -05:00 committed by Jim
parent dd94399acd
commit 1d8bfb833a
1 changed files with 0 additions and 4 deletions

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();