From 044338f9714094c969283fee9403d9902096518d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 11 Mar 2024 12:45:12 +0800 Subject: [PATCH] Add version to xgenSetting --- widgets/app/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/app/app.go b/widgets/app/app.go index e92296c1..9e1e9a20 100644 --- a/widgets/app/app.go +++ b/widgets/app/app.go @@ -566,6 +566,7 @@ func processXgen(process *process.Process) interface{} { xgenSetting := map[string]interface{}{ "name": Setting.Name, "description": Setting.Description, + "version": Setting.Version, "theme": Setting.Theme, "lang": Setting.Lang, "mode": mode,