Skip to content

Commit

Permalink
screen_render_down default on
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Nov 24, 2024
1 parent 3b3138c commit add121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub struct GeneralConfig {
#[serde(default = "def_max_height")]
pub screen_max_height: u16,

#[serde(default = "def_false")]
#[serde(default = "def_true")]
pub screen_render_down: bool,

#[serde(default = "def_point3")]
Expand Down

0 comments on commit add121b

Please sign in to comment.