Merge pull request #188 from PolyMC/removal/notifications

remove notifications
This commit is contained in:
Ezekiel Smith 2022-03-15 00:51:28 +11:00 committed by GitHub
commit 5b8003cbe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 2 additions and 493 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);