Change the option 'Scroll mode' to be 'Reverse mouse wheel'

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-09-10 18:31:16 +08:00
parent 558567d399
commit f1d5afe72a
42 changed files with 116 additions and 265 deletions

View File

@@ -543,9 +543,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("HSV Color", ""),
("Installation Successful!", ""),
("Installation failed!", ""),
("Input", ""),
("Default Scroll Mode", ""),
("Default mode", ""),
("Reverse mode", ""),
("Reverse mouse wheel", ""),
].iter().cloned().collect();
}