mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: remove redundant "v" in the downloader screen (#895)
This commit is contained in:
@ -190,7 +190,7 @@ class HomeViewModel extends BaseViewModel {
|
||||
),
|
||||
const SizedBox(width: 8.0),
|
||||
Text(
|
||||
'v$_latestManagerVersion',
|
||||
'$_latestManagerVersion',
|
||||
style: TextStyle(
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.w500,
|
||||
|
Reference in New Issue
Block a user