mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Flip last modified comparison.
This commit is contained in:
parent
6e7aa5c53e
commit
c5ef13e8c3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ void VisualDeckStorageWidget::refreshBannerCards()
|
||||||
case Alphabetical:
|
case Alphabetical:
|
||||||
return info1.fileName().toLower() < info2.fileName().toLower();
|
return info1.fileName().toLower() < info2.fileName().toLower();
|
||||||
case ByLastModified:
|
case ByLastModified:
|
||||||
return info1.lastModified() < info2.lastModified();
|
return info1.lastModified() > info2.lastModified();
|
||||||
}
|
}
|
||||||
|
|
||||||
return false; // Default case
|
return false; // Default case
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue