We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b124ae8 commit c38e213Copy full SHA for c38e213
1 file changed
lib/main_menu/projects/project_tile.dart
@@ -452,7 +452,7 @@ class _OpenProjectDialog extends ConsumerWidget {
452
.checking => const Text(
453
"Checking if BlueMap CLI JAR has already been downloaded...",
454
),
455
- .downloading => const Text("Downloading BlueMap CLI JAR..."),
+ .downloading => const Text("Downloading BlueMap v$blueMapTag CLI JAR..."),
456
.hashing => const Text("Verifying BlueMap CLI JAR hash..."),
457
.running => const Text(
458
"Running BlueMap CLI to generate default configs...",
0 commit comments