diff options
author | elijah <elijah@riseup.net> | 2018-02-13 17:26:00 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2018-02-13 17:26:00 -0800 |
commit | 352b8dfbe7df572e5ed67f0a2ccedf6f77cdb3b2 (patch) | |
tree | 93f839367ea473624a7eff26619f11d82d6c4631 /systray.go | |
parent | 560bb8f1e5a594d88775c46073256d2e94f3f6d8 (diff) |
[feat] new icons
Diffstat (limited to 'systray.go')
-rw-r--r-- | systray.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ func (bt *bmTray) changeStatus(status string) { go bt.mCancel.Hide() case "failed": - systray.SetIcon(icon.Error) + systray.SetIcon(icon.Blocked) bt.mTurnOn.SetTitle("Retry") go bt.mTurnOn.Show() go bt.mTurnOff.Show() |