增加版本显示

This commit is contained in:
2026-07-06 21:04:25 +08:00
parent 96278fdf37
commit 5134290bf2
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ func (a *App) buildMainWindow() fyne.CanvasObject {
profileButtons,
resetDBBtn,
statusCard,
widget.NewLabel(fmt.Sprintf("v%s", Version)),
)
}