Browse Source

UI: Remove button box setIcon

Since these are now set in the stylesheets, these lines are not
needed anymore.
cg2121 3 years ago
parent
commit
1d8bfb833a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      UI/window-basic-settings.cpp

+ 0 - 4
UI/window-basic-settings.cpp

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