hide_grab_help setting

This commit is contained in:
galister
2025-12-21 17:09:47 +09:00
parent a139ab7b15
commit 79aa3f8977
2 changed files with 6 additions and 1 deletions

View File

@@ -157,6 +157,9 @@ pub struct GeneralConfig {
#[serde(default = "def_false")]
pub single_set_mode: bool,
#[serde(default = "def_false")]
pub hide_grab_help: bool,
#[serde(default)]
pub custom_panels: AStrSet,