mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
noop: remove Println for events.Linux.ApplicationStartup
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user