mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
noop: remove Println for events.Linux.ApplicationStartup
This commit is contained in:
parent
7ea0601fc6
commit
735b6b6c87
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue