Add basic desktop UI - systray

This PR adds a basic UI for desktop
applications that support Linux, Max
and Windows.
This commit is contained in:
Givi Khojanashvili
2022-03-20 20:36:35 +04:00
committed by GitHub
parent bd61be24be
commit 4ef3c7a637
15 changed files with 469 additions and 9 deletions

View File

@@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y -q libgtk-3-dev libappindicator3-dev libayatana-appindicator3-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v2