mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[WIP] refactor CGO methods
This commit is contained in:
committed by
Travis McLane
parent
3d93c83920
commit
4cd4b46772
@@ -2,7 +2,7 @@
|
||||
|
||||
package application
|
||||
|
||||
func (l *linuxApp) dispatchOnMainThread(id uint) {
|
||||
func (a *linuxApp) dispatchOnMainThread(id uint) {
|
||||
dispatchOnMainThread(id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user