mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Show version label correctly
This commit is contained in:
parent
3e696d6847
commit
c72d10ac85
@ -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…
x
Reference in New Issue
Block a user