diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-13 18:12:46 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-13 18:12:46 +0100 |
commit | 560bb8f1e5a594d88775c46073256d2e94f3f6d8 (patch) | |
tree | 27e71fe02be68b272acc6349fc5d3aa1af6405f5 /systray.go | |
parent | 9f828387b1302c55381a092739d4a6bf836b7a65 (diff) |
[feat] remove gateway selection
Diffstat (limited to 'systray.go')
-rw-r--r-- | systray.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -65,8 +65,6 @@ func (bt *bmTray) onReady() { go bt.mCancel.Hide() systray.AddSeparator() - bt.addGateways() - mHelp := systray.AddMenuItem("Help ...", "") bt.mDonate = systray.AddMenuItem("Donate ...", "") bt.mHaveDonated = systray.AddMenuItem("... I have donated", "") |