mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Show version label correctly
This commit is contained in:
parent
3e696d6847
commit
c72d10ac85
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class _InstalledAppItemState extends State<InstalledAppItem> {
|
|||
Text(
|
||||
t.suggested(
|
||||
version: widget.suggestedVersion.isEmpty
|
||||
? Text(t.appSelectorCard.anyVersion)
|
||||
? t.appSelectorCard.anyVersion
|
||||
: 'v${widget.suggestedVersion}',
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue