From b2e88a8beabf04adc28947cf82996e8692a68b71 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 24 Jan 2026 04:31:48 +0100 Subject: move things around; kv crate --- ui/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/src') diff --git a/ui/src/lib.rs b/ui/src/lib.rs index 3b04b40..f3a1282 100644 --- a/ui/src/lib.rs +++ b/ui/src/lib.rs @@ -17,9 +17,9 @@ use serde::{Deserialize, Serialize}; #[rustfmt::skip] #[derive(Debug, Deserialize, Serialize, Default)] pub struct Config { - brand: String, - slogan: String, - logo: bool, + pub brand: String, + pub slogan: String, + pub logo: bool, } pub struct RenderInfo<'a> { -- cgit v1.3