Skip to content

Commit 07b9ecb

Browse files
committed
remove auto mod icon when update mod data
1 parent 7bc6552 commit 07b9ecb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/utils/mod_manager.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -959,11 +959,11 @@ Future<List<TextSpan>> updateModData(
959959
errorShouldTryAgain,
960960
);
961961

962-
for (var mod in modDatas) {
963-
if (mod.modIcon == null) {
964-
await _tryAutoGetModIcon(mod.modDir);
965-
}
966-
}
962+
// for (var mod in modDatas) {
963+
// if (mod.modIcon == null) {
964+
// await _tryAutoGetModIcon(mod.modDir);
965+
// }
966+
// }
967967

968968
await Future.wait([
969969
for (var j = 0; j < modDatas.length; j++)

0 commit comments

Comments
 (0)