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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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