mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
UI: Remove button box setIcon
Since these are now set in the stylesheets, these lines are not needed anymore.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user