update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user