fix: remove redundant "v" in the downloader screen (#895)

This commit is contained in:
MrAngelos6
2023-05-26 12:54:52 +02:00
committed by GitHub
parent 8af62b917c
commit 4ccb9ac94d

View File

@ -190,7 +190,7 @@ class HomeViewModel extends BaseViewModel {
),
const SizedBox(width: 8.0),
Text(
'v$_latestManagerVersion',
'$_latestManagerVersion',
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.w500,