Fix signal handlers

This commit is contained in:
Lea Anthony
2024-03-06 16:59:13 -06:00
committed by Travis McLane
parent 065ca5f6d3
commit a7fb568aff
2 changed files with 61 additions and 0 deletions
+2
View File
@@ -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"