noop: remove Println for events.Linux.ApplicationStartup

This commit is contained in:
Travis McLane 2024-05-02 15:31:49 -05:00
commit 735b6b6c87

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()