mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: remove redundant "v" in the downloader screen (#895)
This commit is contained in:
parent
8af62b917c
commit
4ccb9ac94d
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class HomeViewModel extends BaseViewModel {
|
|||
),
|
||||
const SizedBox(width: 8.0),
|
||||
Text(
|
||||
'v$_latestManagerVersion',
|
||||
'$_latestManagerVersion',
|
||||
style: TextStyle(
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.w500,
|
||||
|
|
Loading…
Reference in a new issue