mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02: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(
|
Text(
|
||||||
t.suggested(
|
t.suggested(
|
||||||
version: widget.suggestedVersion.isEmpty
|
version: widget.suggestedVersion.isEmpty
|
||||||
? Text(t.appSelectorCard.anyVersion)
|
? t.appSelectorCard.anyVersion
|
||||||
: 'v${widget.suggestedVersion}',
|
: 'v${widget.suggestedVersion}',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue