feat(gui): support for soundpad:// uri (#123)

* feat(gui): support for soundpad:// uri

* fix: flatpak

* do not open gui when downloading file
This commit is contained in:
Tarasov Aleksandr
2026-05-28 00:58:03 +03:00
committed by GitHub
parent 695c83c9e6
commit 5e47e7d6fb
9 changed files with 1382 additions and 14 deletions
+3
View File
@@ -64,6 +64,9 @@ egui_extras = "0.34.1"
egui_material_icons = "0.6.0"
egui_dnd = "0.15.0"
reqwest = "0.13.4"
percent-encoding = "2.3.2"
[[bin]]
name = "pwsp-daemon"
path = "src/bin/daemon.rs"