Show version in changelog dialog (#482)

This commit is contained in:
Imran Remtulla
2023-04-22 22:57:54 -04:00
parent 3e732a4317
commit be61220af4

View File

@@ -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(