mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix: Always prefer local cards if available (#5762)
* Try to better reproduce pre-provider ID behavior If "override all card art with personal preference" setting is set, look for custom art for all sets instead of just the most preferred set. * Warning when using both custom art and the printing selector * QDirIterator::nextFileInfo is Qt 6.3+ * Translation
This commit is contained in:
parent
91ee6097d2
commit
1ada5ea424
9 changed files with 305 additions and 205 deletions
|
|
@ -632,7 +632,7 @@ void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED
|
|||
{
|
||||
overrideAllCardArtWithPersonalPreference = static_cast<bool>(_overrideAllCardArt);
|
||||
settings->setValue("cards/overrideallcardartwithpersonalpreference", overrideAllCardArtWithPersonalPreference);
|
||||
emit overrideAllCardArtWithPersonalPreferenceChanged();
|
||||
emit overrideAllCardArtWithPersonalPreferenceChanged(overrideAllCardArtWithPersonalPreference);
|
||||
}
|
||||
|
||||
void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T _bumpSetsWithCardsInDeckToTop)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue