mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
fix: Show version label correctly
This commit is contained in:
@@ -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}',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user