v2.3.5 Fixed Chinese input and gtk3 issues for linux packagin

This commit is contained in:
yanghy 2023-01-11 07:40:43 +08:00
parent 4106c9f7d5
commit 274b6def2c

View File

@ -64,6 +64,14 @@ func setInternalLoop(internal bool) {
C.setInternalLoop(C.bool(internal))
}
func SetOnClick(click func()) {
}
func SetOnDClick(dClick func()) {
}
// SetIcon sets the systray icon.
// iconBytes should be the content of .ico for windows and .ico/.jpg/.png
// for other platforms.