rename gui_config to proxy_overrides
Build Mumble Web 2 / linux_build (push) Successful in 4m55s
Build Mumble Web 2 / windows_build (push) Successful in 9m56s
Build Mumble Web 2 / android_build (push) Successful in 11m59s

This commit is contained in:
2026-02-28 15:41:13 -07:00
parent 9006a082b0
commit 0feb688780
11 changed files with 69 additions and 75 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Deserialize, Serialize, Default)]
pub struct ClientConfig {
pub struct ProxyOverrides {
pub proxy_url: Option<String>,
pub cert_hash: Option<Vec<u8>>,
pub any_server: bool,