Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurBavisa committed Jul 11, 2023
1 parent 310dc09 commit 619c5ba
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 @@ -248,8 +248,7 @@ void GeneralSettings::loadMiscSettings()
{
QScopedValueRollback<bool> scope(_currentlyLoading, true);
ConfigFile cfgFile;
/* MagentaCustomizationV25 */
cfgFile.setConfirmExternalStorage(true);
cfgFile.setConfirmExternalStorage(true);// MagentaCustomizationV25
_ui->monoIconsCheckBox->setChecked(cfgFile.monoIcons());
_ui->serverNotificationsCheckBox->setChecked(cfgFile.optionalServerNotifications());
_ui->callNotificationsCheckBox->setEnabled(_ui->serverNotificationsCheckBox->isEnabled());
Expand Down

0 comments on commit 619c5ba

Please sign in to comment.