fix: improve global shortcut signal handling and logging in Linux portal

This commit is contained in:
jahruz67
2026-05-19 18:40:09 -07:00
parent fa147ccb81
commit e8745f926c
2 changed files with 21 additions and 39 deletions
+4
View File
@@ -16,6 +16,7 @@ import (
"github.com/wailsapp/wails/v2"
"github.com/wailsapp/wails/v2/pkg/options"
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
"github.com/wailsapp/wails/v2/pkg/options/linux"
)
// Application constants
@@ -86,6 +87,9 @@ func main() {
OnBeforeClose: app.beforeClose,
StartHidden: true,
Bind: []interface{}{app},
Linux: &linux.Options{
ProgramName: "wis-free-v3",
},
})
if err != nil {