Respect user config for military time

Closes: #96
This commit is contained in:
Josh Megnauth 2024-08-29 03:23:40 -04:00
parent ff03667847
commit 912017615c
No known key found for this signature in database
GPG key ID: 70813183462EFAD3
3 changed files with 36 additions and 2 deletions

View file

@ -11,6 +11,8 @@ pub struct UserData {
pub theme_opt: Option<Theme>,
pub wallpapers_opt: Option<Vec<(String, WallpaperData)>>,
pub xkb_config_opt: Option<XkbConfig>,
pub clock_military_time: bool,
// pub clock_show_seconds: bool,
}
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]