Tested and fixed tray icon on Linux.

This commit is contained in:
Revertron
2025-10-29 16:39:44 +01:00
parent 8f4cbf7dc0
commit 7c11c7fbd7
6 changed files with 91 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install libwebkit2gtk-4.1-dev libsoup-3.0-dev
run: sudo apt update && sudo apt install libwebkit2gtk-4.1-dev libxdo-dev libsoup-3.0-dev
if: contains(matrix.os, 'ubuntu')
- name: Update Rust