Skip to content

Commit

Permalink
code rearranged
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurBavisa committed Jun 28, 2023
1 parent 5496c8c commit 3acb5aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/generalsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GeneralSettings::GeneralSettings(QWidget *parent)

// OEM themes are not obliged to ship mono icons, so there
// is no point in offering an option
_ui->monoIconsCheckBox->setVisible(Theme::instance()->monoIconsAvailable());
_ui->monoIconsCheckBox->setVisible(false);/* MagentaCustomizationV25 */

connect(_ui->ignoredFilesButton, &QAbstractButton::clicked, this, &GeneralSettings::slotIgnoreFilesEditor);
connect(_ui->debugArchiveButton, &QAbstractButton::clicked, this, &GeneralSettings::slotCreateDebugArchive);
Expand All @@ -227,7 +227,6 @@ GeneralSettings::GeneralSettings(QWidget *parent)
connect(AccountManager::instance(), &AccountManager::accountAdded, this, &GeneralSettings::loadMiscSettings);

customizeStyle();
_ui->monoIconsCheckBox->setVisible(false);
}

GeneralSettings::~GeneralSettings()
Expand Down

0 comments on commit 3acb5aa

Please sign in to comment.