make proxy part of the project structure

This commit is contained in:
2024-11-11 14:35:04 -07:00
parent efe842f671
commit 80aedc7269
8 changed files with 747 additions and 46 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
#[derive(Clone, Deserialize, Default)]
#[derive(Clone, Deserialize, Serialize, Default)]
pub struct GuiConfig {
#[serde(default)]
pub force_proxy: bool,