aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index de96722..6f81c1c 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -25,7 +25,7 @@ namespace gsr {
int32_t video_height = 0;
int32_t fps = 60;
int32_t video_bitrate = 15000;
- bool merge_audio_tracks = true;
+ bool merge_audio_tracks = true; // Currently unused for streaming because all known streaming sites only support 1 audio track
bool application_audio_invert = false;
bool change_video_resolution = false;
std::vector<std::string> audio_tracks;
@@ -43,6 +43,7 @@ namespace gsr {
struct MainConfig {
int32_t config_file_version = 0;
bool software_encoding_warning_shown = false;
+ std::string hotkeys_enable_option = "enable_hotkeys";
std::string tint_color;
};