diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-15 00:51:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 00:51:28 +1100 |
commit | 5b8003cbe502af04792f4c462b1b8094444e19ad (patch) | |
tree | ba1bc491bddceccf1511197dfe294b6edd3dc606 /launcher/ui/pages | |
parent | c0719102a0ab65db80d75d61e6086f918d1f79b9 (diff) | |
parent | 6d1f9d4d02cef93e92ebf0ba46a1c1296da50673 (diff) | |
download | PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.tar.gz PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.tar.bz2 PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.zip |
Merge pull request #188 from PolyMC/removal/notifications
remove notifications
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.cpp | 5 | ||||
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.ui | 20 |
2 files changed, 0 insertions, 25 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.cpp b/launcher/ui/pages/global/LauncherPage.cpp index cec496dc..ee68cd08 100644 --- a/launcher/ui/pages/global/LauncherPage.cpp +++ b/launcher/ui/pages/global/LauncherPage.cpp @@ -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); diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui index 59096a28..c110dd09 100644 --- a/launcher/ui/pages/global/LauncherPage.ui +++ b/launcher/ui/pages/global/LauncherPage.ui @@ -185,25 +185,6 @@ </attribute> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> - <widget class="QGroupBox" name="groupBox_3"> - <property name="title"> - <string>Launcher notifications</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_5"> - <item> - <widget class="QPushButton" name="resetNotificationsBtn"> - <property name="text"> - <string>Reset hidden notifications</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> <widget class="QGroupBox" name="sortingModeBox"> <property name="enabled"> <bool>true</bool> @@ -499,7 +480,6 @@ <tabstop>modsDirBrowseBtn</tabstop> <tabstop>iconsDirTextBox</tabstop> <tabstop>iconsDirBrowseBtn</tabstop> - <tabstop>resetNotificationsBtn</tabstop> <tabstop>sortLastLaunchedBtn</tabstop> <tabstop>sortByNameBtn</tabstop> <tabstop>themeComboBox</tabstop> |