fix: pack sorting and other search parameters

This commit is contained in:
flow
2022-05-15 20:45:27 -03:00
parent 7194bb1b81
commit 66ce5a4a2d
3 changed files with 23 additions and 12 deletions

View File

@ -104,7 +104,7 @@ class ModpackListModel : public QAbstractListModel {
QStringList m_loadingLogos;
QString currentSearchTerm;
int currentSort = 0;
QString currentSort;
int nextSearchOffset = 0;
enum SearchState { None, CanPossiblyFetchMore, ResetRequested, Finished } searchState = None;