mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[linux] use getNativeApplication
This commit is contained in:
@@ -199,9 +199,7 @@ func (m *linuxApp) executeStartupActions() {
|
||||
|
||||
//export activateLinux
|
||||
func activateLinux(data unsafe.Pointer) {
|
||||
// globalApplication.activate()
|
||||
app := (globalApplication.impl).(*linuxApp)
|
||||
app.executeStartupActions()
|
||||
getNativeApplication().executeStartupActions()
|
||||
}
|
||||
|
||||
//export processApplicationEvent
|
||||
|
||||
Reference in New Issue
Block a user