aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index dcfdee1..6f81c1c 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -43,7 +43,7 @@ namespace gsr {
struct MainConfig {
int32_t config_file_version = 0;
bool software_encoding_warning_shown = false;
- bool enable_hotkeys = true;
+ std::string hotkeys_enable_option = "enable_hotkeys";
std::string tint_color;
};