Skip to content

Commit

Permalink
Show internal BlueMap version in the app version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 8, 2024
1 parent e1b756f commit 2b69abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class MyHomePage extends ConsumerWidget {
appBar: AppBar(
title: Text(title),
actions: [
const Text(commit),
const Text("$blueMapTag:$commit"),
if (projectDirectory != null) const CloseProjectButton(),
],
),
Expand Down

0 comments on commit 2b69abf

Please sign in to comment.