noop: remove Println for events.Linux.ApplicationStartup

This commit is contained in:
Travis McLane
2024-05-05 18:32:28 +10:00
committed by Lea Anthony
parent 628b27691f
commit 910b6936b7
+1 -1
View File
@@ -93,7 +93,7 @@ func (a *linuxApp) setApplicationMenu(menu *Menu) {
func (a *linuxApp) run() error {
a.parent.On(events.Linux.ApplicationStartup, func(evt *Event) {
fmt.Println("events.Linux.ApplicationStartup received!")
// TODO: What should happen here?
})
a.setupCommonEvents()
a.monitorThemeChanges()