mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-14 14:26:43 -04:00
初始化排序修改为“下载量” (#2097)
* 将初始化内容设定为“名称”排序 * 更新 RemoteModRepository.java * 初始化内容修改为“下载量” 搜索时排序依然是“名称”
This commit is contained in:
parent
ae3e135e06
commit
d828f7bc7b
@ -118,7 +118,7 @@ public class DownloadListPage extends Control implements DecoratorPage, VersionP
|
||||
|
||||
if (!searchInitialized) {
|
||||
searchInitialized = true;
|
||||
search("", null, 0, "", RemoteModRepository.SortType.NAME);
|
||||
search("", null, 0, "", RemoteModRepository.SortType.TOTAL_DOWNLOADS);
|
||||
}
|
||||
|
||||
if (versionSelection) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user