Merge branch 'main' into next

This commit is contained in:
galister
2025-12-11 21:24:16 +09:00
3 changed files with 18 additions and 5 deletions

View File

@@ -222,6 +222,9 @@ pub struct GeneralConfig {
#[serde(default = "def_false")]
pub focus_follows_mouse_mode: bool,
#[serde(default = "def_false")]
pub left_handed_mouse: bool,
#[serde(default = "def_false")]
pub block_game_input: bool,