remove notifications

This commit is contained in:
swirl
2022-02-20 19:23:08 -05:00
parent 613b351f13
commit da70122d9c
14 changed files with 3 additions and 494 deletions

View File

@ -234,11 +234,6 @@ void LauncherPage::applySettings()
{
auto s = APPLICATION->settings();
if (ui->resetNotificationsBtn->isChecked())
{
s->set("ShownNotifications", QString());
}
// Updates
s->set("AutoUpdate", ui->autoUpdateCheckBox->isChecked());
s->set("UpdateChannel", m_currentUpdateChannel);