mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix signal handlers
This commit is contained in:
committed by
Travis McLane
parent
065ca5f6d3
commit
a7fb568aff
@@ -176,6 +176,8 @@ func (a *linuxApp) monitorThemeChanges() {
|
||||
}
|
||||
|
||||
func newPlatformApp(parent *App) *linuxApp {
|
||||
|
||||
C.install_signal_handlers()
|
||||
name := strings.ToLower(strings.Replace(parent.options.Name, " ", "", -1))
|
||||
if name == "" {
|
||||
name = "undefined"
|
||||
|
||||
Reference in New Issue
Block a user