bump dioxus version & icons in desktop & logging

This commit is contained in:
2024-11-11 13:43:58 -07:00
parent 30a94323b3
commit 2211be5324
17 changed files with 1073 additions and 1242 deletions
+9
View File
@@ -0,0 +1,9 @@
use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Default)]
pub struct GuiConfig {
#[serde(default)]
pub force_proxy: bool,
pub proxy_url: Option<String>,
pub cert_hash: Option<Vec<u8>>,
}