add hash before build nr, fix typo

This commit is contained in:
2024-02-25 10:58:14 +01:00
parent 0c81399ea1
commit 80d98cade6
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ class _BuildScreenState extends State<BuildScreen> {
),
SideCard(
title: "Build Number",
textRight: buildData.id.toString(),
textRight: "#${buildData.id}",
),
SideCard(
title: "Version",