Skip to content

Commit 2a4a5e9

Browse files
committed
Fix Modules: Modules without icons do not display properly
1 parent 79ffe1a commit 2a4a5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/modules_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ abstract class Module {
8888
image: ResizeImage.resizeIfNeeded(
8989
48, 48, Image.memory(imageRaw!).image));
9090
}
91-
return const Icon(Icons.insert_drive_file);
91+
return const Icon(Icons.extension, size: 48,);
9292
}
9393

9494
String identifier;

0 commit comments

Comments
 (0)