Skip to content

Commit c38e213

Browse files
committed
Mention BlueMap version in the "Downloading..." dialog
1 parent b124ae8 commit c38e213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/main_menu/projects/project_tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class _OpenProjectDialog extends ConsumerWidget {
452452
.checking => const Text(
453453
"Checking if BlueMap CLI JAR has already been downloaded...",
454454
),
455-
.downloading => const Text("Downloading BlueMap CLI JAR..."),
455+
.downloading => const Text("Downloading BlueMap v$blueMapTag CLI JAR..."),
456456
.hashing => const Text("Verifying BlueMap CLI JAR hash..."),
457457
.running => const Text(
458458
"Running BlueMap CLI to generate default configs...",

0 commit comments

Comments
 (0)