mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-21 07:08:10 -07:00
Disable input keys by default
People say it's too easy to press, see #404
This commit is contained in:
committed by
Cooper Quintin
parent
9f9adea5a1
commit
f2ff1be2ec
+1
-1
@@ -26,7 +26,7 @@ impl Default for Config {
|
|||||||
ui_level: 1,
|
ui_level: 1,
|
||||||
enable_dummy_analyzer: false,
|
enable_dummy_analyzer: false,
|
||||||
colorblind_mode: false,
|
colorblind_mode: false,
|
||||||
key_input_mode: 1,
|
key_input_mode: 0,
|
||||||
analyzers: AnalyzerConfig::default(),
|
analyzers: AnalyzerConfig::default(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -19,7 +19,7 @@ ui_level = 1
|
|||||||
|
|
||||||
# 0 = rayhunter does not read button presses
|
# 0 = rayhunter does not read button presses
|
||||||
# 1 = double-tapping the power button starts/stops recordings
|
# 1 = double-tapping the power button starts/stops recordings
|
||||||
key_input_mode = 1
|
key_input_mode = 0
|
||||||
|
|
||||||
# Analyzer Configuration
|
# Analyzer Configuration
|
||||||
# Enable/disable specific IMSI catcher detection heuristics
|
# Enable/disable specific IMSI catcher detection heuristics
|
||||||
|
|||||||
Reference in New Issue
Block a user