We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc6552 commit 07b9ecbCopy full SHA for 07b9ecb
1 file changed
lib/utils/mod_manager.dart
@@ -959,11 +959,11 @@ Future<List<TextSpan>> updateModData(
959
errorShouldTryAgain,
960
);
961
962
- for (var mod in modDatas) {
963
- if (mod.modIcon == null) {
964
- await _tryAutoGetModIcon(mod.modDir);
965
- }
966
+ // for (var mod in modDatas) {
+ // if (mod.modIcon == null) {
+ // await _tryAutoGetModIcon(mod.modDir);
+ // }
967
968
await Future.wait([
969
for (var j = 0; j < modDatas.length; j++)
0 commit comments