fix ui
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m15s

This commit is contained in:
2026-07-13 10:04:56 +07:00
parent 58c96609b6
commit b4c3155564
11 changed files with 587 additions and 97 deletions

View File

@@ -7,6 +7,8 @@ import (
"os"
"path/filepath"
"client/internal/singleinstance"
"github.com/wailsapp/wails/v2"
"github.com/wailsapp/wails/v2/pkg/menu"
"github.com/wailsapp/wails/v2/pkg/menu/keys"
@@ -34,6 +36,10 @@ func initLogging() *os.File {
}
func main() {
if err := singleinstance.Acquire(); err != nil {
os.Exit(0)
}
lf := initLogging()
if lf != nil {
defer lf.Close()