include systray

This commit is contained in:
Nazar Kanaev
2021-03-17 00:27:18 +00:00
parent 514ed02693
commit e79abb69eb
18 changed files with 2547 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
package platform
import (
"github.com/getlantern/systray"
"github.com/nkanaev/yarr/src/systray"
"github.com/nkanaev/yarr/src/server"
)