diff options
| author | Ox Cart | 2017-09-11 21:18:05 -0500 | 
|---|---|---|
| committer | Ox Cart | 2017-09-11 21:18:05 -0500 | 
| commit | 3554930085aef7d8668124c205caf423bc4cdeef (patch) | |
| tree | 69c8713a5417e18509b70d7df321661e4484f0f9 /systray.go | |
| parent | 52599be7ec432dbbe03cb2cc94b4831e2395873c (diff) | |
| download | systray-3554930085aef7d8668124c205caf423bc4cdeef.tar.bz2 | |
Added hide/show for Windows
Diffstat (limited to 'systray.go')
| -rw-r--r-- | systray.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -46,7 +46,7 @@ var (  	menuItems     = make(map[int32]*MenuItem)  	menuItemsLock sync.RWMutex -	currentID int32 +	currentID = int32(-1)  )  // Run initializes GUI and starts the event loop, then invokes the onReady | 
