Added persistant settings on desktop
Build Mumble Web 2 / linux_build (push) Successful in 1m24s
Build Mumble Web 2 / windows_build (push) Successful in 2m17s

This commit is contained in:
2026-01-10 15:51:36 -07:00
parent 86e4753fbc
commit a7c307959c
5 changed files with 74 additions and 4 deletions
+2
View File
@@ -63,6 +63,7 @@ tokio-rustls = { version = "^0.26.0", optional = true }
opus = { version = "0.3.0", optional = true }
cpal = { version = "0.15.3", optional = true }
dasp_ring_buffer = { version = "0.11.0", optional = true }
etcetera = { version = "0.10.0", optional = true }
# Base Dependencies
# ================
@@ -130,4 +131,5 @@ desktop = [
"cpal",
"dasp_ring_buffer",
"rfd/xdg-portal",
"etcetera",
]