mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-12 02:49:11 +01:00
Show version in changelog dialog (#482)
This commit is contained in:
@@ -224,6 +224,7 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
return GeneratedFormModal(
|
return GeneratedFormModal(
|
||||||
title: tr('changes'),
|
title: tr('changes'),
|
||||||
items: const [],
|
items: const [],
|
||||||
|
message: listedApps[index].app.latestVersion,
|
||||||
additionalWidgets: [
|
additionalWidgets: [
|
||||||
changesUrl != null
|
changesUrl != null
|
||||||
? GestureDetector(
|
? GestureDetector(
|
||||||
|
|||||||
Reference in New Issue
Block a user