aboutsummaryrefslogtreecommitdiff
path: root/ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src')
-rw-r--r--ui/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
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> {