This commit is contained in:
2026-05-23 16:57:24 +08:00
parent 9d6ed4b0a5
commit 6be55255b2
10 changed files with 44 additions and 12 deletions

View File

@@ -16,6 +16,8 @@ import (
webview "github.com/jchv/go-webview2"
)
var AppVersion = "dev"
var currentHwnd atomic.Uintptr
func setupFileLogging() {
@@ -68,7 +70,7 @@ func main() {
AutoFocus: true,
DataPath: webviewTmp,
WindowOptions: webview.WindowOptions{
Title: "HPL Toolbox",
Title: "HPL Toolbox " + AppVersion,
Width: 1100,
Height: 720,
IconId: 1,