mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: remove redundant "v" in the downloader screen (#895)
This commit is contained in:
parent
8af62b917c
commit
4ccb9ac94d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user