mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
Minor Cleanup
This commit is contained in:
parent
e0e84007fa
commit
8f056766a2
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ DeckEditorSettingsPage::DeckEditorSettingsPage()
|
|||
networkRedirectCacheTtlEdit.setMaximum(NETWORK_REDIRECT_CACHE_TTL_MAX);
|
||||
networkRedirectCacheTtlEdit.setSingleStep(1);
|
||||
networkRedirectCacheTtlEdit.setValue(SettingsCache::instance().getRedirectCacheTtl());
|
||||
networkRedirectCacheTtlEdit.setSuffix(" Days");
|
||||
networkRedirectCacheTtlEdit.setSuffix(" " + tr("Day(s)"));
|
||||
|
||||
auto networkCacheLayout = new QHBoxLayout;
|
||||
networkCacheLayout->addStretch();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue