Skip to content

Commit

Permalink
fix headers_hide
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski committed Jun 25, 2024
1 parent 68a0650 commit 813667d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rm-config/src/main_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pub struct General {
pub accent_color: Color,
#[serde(default = "default_beginner_mode")]
pub beginner_mode: bool,
#[serde(default)]
pub headers_hide: bool,
}

fn default_accent_color() -> Color {
Expand Down

0 comments on commit 813667d

Please sign in to comment.