Reading and writing settings through UI

This commit is contained in:
Philip Kristoffersen
2021-10-02 13:45:52 +02:00
parent da4531ecaf
commit 088016843d
14 changed files with 195 additions and 82 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use serde::Deserialize;
use serde::{Serialize,Deserialize};
#[derive(Debug, Deserialize)]
#[derive(Debug,Serialize, Deserialize)]
pub struct SteamGridDbSettings {
pub enabled: bool,
pub auth_key: Option<String>,