Skip to content

Commit e9a9a38

Browse files
committed
set new default settings
1 parent 95f3a8a commit e9a9a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/nmcgui/nmcgeneralsettings.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void NMCGeneralSettings::setDefaultSettings()
3636
getUi()->monoIconsCheckBox->setCheckState(Qt::Unchecked);
3737
getUi()->serverNotificationsCheckBox->setCheckState(Qt::Unchecked);
3838
getUi()->callNotificationsCheckBox->setCheckState(Qt::Unchecked);
39+
getUi()->quotaWarningNotificationsCheckBox->setCheckState(Qt::Unchecked);
3940
//Advanced settings
4041
getUi()->newFolderLimitCheckBox->setCheckState(Qt::Unchecked);
4142
//Info settings
@@ -44,6 +45,7 @@ void NMCGeneralSettings::setDefaultSettings()
4445
//General settings
4546
getUi()->monoIconsCheckBox->setVisible(false);
4647
getUi()->callNotificationsCheckBox->setVisible(false);
48+
getUi()->quotaWarningNotificationsCheckBox->setVisible(false);
4749
//Advanced settings
4850
getUi()->groupBox->setVisible(false);
4951
//Info settings

0 commit comments

Comments
 (0)