refine i18n, fill in miss parts

fix resetTrust cant recover send button in UI
This commit is contained in:
2026-02-07 14:11:57 +08:00
parent 4b5d2b656b
commit 20a25e8c49
12 changed files with 140 additions and 38 deletions

7
systray.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build !windows
package main
import "github.com/wailsapp/wails/v3/pkg/application"
func setupSystray(app *application.App, window *application.WebviewWindow) {}