From 1e1eb95926f556e666bc20355327abd24d264858 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 1 Aug 2024 22:07:04 +0200 Subject: minor cleanup --- src/config/theme/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/theme/mod.rs') diff --git a/src/config/theme/mod.rs b/src/config/theme/mod.rs index 35101c5..75f65a0 100644 --- a/src/config/theme/mod.rs +++ b/src/config/theme/mod.rs @@ -8,7 +8,7 @@ use super::DUMMY_CONFIG; pub mod style; pub mod sheetview; -#[derive(Clone, Debug)] +#[derive(Clone, Debug, Default)] pub struct Theme { pub sheetview: SheetViewTheme, } -- cgit v1.2.3-70-g09d2