Minor Cleanup

This commit is contained in:
ZeldaZach 2024-11-22 21:43:00 -05:00
parent e0e84007fa
commit 8f056766a2
No known key found for this signature in database

View file

@ -633,7 +633,7 @@ DeckEditorSettingsPage::DeckEditorSettingsPage()
networkRedirectCacheTtlEdit.setMaximum(NETWORK_REDIRECT_CACHE_TTL_MAX); networkRedirectCacheTtlEdit.setMaximum(NETWORK_REDIRECT_CACHE_TTL_MAX);
networkRedirectCacheTtlEdit.setSingleStep(1); networkRedirectCacheTtlEdit.setSingleStep(1);
networkRedirectCacheTtlEdit.setValue(SettingsCache::instance().getRedirectCacheTtl()); networkRedirectCacheTtlEdit.setValue(SettingsCache::instance().getRedirectCacheTtl());
networkRedirectCacheTtlEdit.setSuffix(" Days"); networkRedirectCacheTtlEdit.setSuffix(" " + tr("Day(s)"));
auto networkCacheLayout = new QHBoxLayout; auto networkCacheLayout = new QHBoxLayout;
networkCacheLayout->addStretch(); networkCacheLayout->addStretch();