diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -75,7 +75,7 @@ func toolkitInit() { // SETUP libnotify clock and menu me.notify.clock.once.Do(makeNotifyClock) - me.notify.menu.once.Do(makeNotifyMenu) + me.notify.icon.once.Do(makeNotifyIcon) // PUT INIT DEBUG COOE HERE var toggle bool @@ -190,9 +190,9 @@ func initPlugin() { me.notify.clock.offsetW = 13 me.notify.clock.offsetH = 1 - me.notify.menu.wId = -6 - me.notify.menu.offsetW = 4 - me.notify.menu.offsetH = 1 + me.notify.icon.wId = -6 + me.notify.icon.offsetW = 4 + me.notify.icon.offsetH = 1 me.notify.help.wId = -7 me.notify.help.offsetH = 3 |
