mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Fix auto-translations on Settings Pages
This commit is contained in:
parent
2c90b9e030
commit
79bd9c7e60
2 changed files with 1 additions and 388 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue