feat: screen_render_down

This commit is contained in:
galister
2024-08-20 13:54:06 +09:00
parent 397b3eedd1
commit 6a3b60f298
2 changed files with 19 additions and 3 deletions

View File

@@ -260,6 +260,9 @@ pub struct GeneralConfig {
#[serde(default = "def_max_height")]
pub screen_max_height: u16,
#[serde(default = "def_false")]
pub screen_render_down: bool,
}
impl GeneralConfig {