Fix auto-translations on Settings Pages

This commit is contained in:
ZeldaZach 2024-12-22 17:17:09 -05:00
parent 2c90b9e030
commit 79bd9c7e60
No known key found for this signature in database
2 changed files with 1 additions and 388 deletions

View file

@ -61,12 +61,6 @@ GeneralSettingsPage::GeneralSettingsPage()
// updates
SettingsCache &settings = SettingsCache::instance();
// QList<ReleaseChannel *> channels = settings.getUpdateReleaseChannels();
// for (ReleaseChannel *chan : channels) {
// updateReleaseChannelBox.insertItem(chan->getIndex(), tr(chan->getName().toUtf8()));
// }
// updateReleaseChannelBox.setCurrentIndex(settings.getUpdateReleaseChannel()->getIndex());
updateNotificationCheckBox.setChecked(settings.getNotifyAboutUpdates());
newVersionOracleCheckBox.setChecked(settings.getNotifyAboutNewVersion());

File diff suppressed because one or more lines are too long