mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 18:57:39 +08:00
v2.3.5 Fixed Chinese input and gtk3 issues for linux packagin
This commit is contained in:
parent
4106c9f7d5
commit
274b6def2c
8
vendor/energye/systray/systray_darwin.go
vendored
8
vendor/energye/systray/systray_darwin.go
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user