diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2018-10-25 21:32:00 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-10-25 21:32:12 +0200 |
commit | 038a6c5790883275279ccf4fb158aee641d78ce1 (patch) | |
tree | c5058ca016c0c90d2c56606bdda5bebf84373c96 /vendor.json | |
parent | 0f2c53961fc98590aff4ac782f957fd3188571c4 (diff) |
[pkg] remove vendoring of getlantern/systray
after
https://github.com/getlantern/systray/commit/5fb0feca3c0677e9fa31e579ff69631f49a379a2
was merged, we don't need to keep using the vendoring of systray.
there is some flickering with the stop/start/cancel menu items
chening their orderning that still needs to be solved.
Diffstat (limited to 'vendor.json')
-rw-r--r-- | vendor.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor.json b/vendor.json deleted file mode 100644 index 14c7610..0000000 --- a/vendor.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "comment": "", - "package": [ - { - "path": "github.com/getlantern/systray" - } - ] -} - |