aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-23 00:59:17 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-23 00:59:17 +0200
commit736f2f30956369754f6c8eeb49e7972720777cc9 (patch)
tree1e0201740a6652cd02f0821ad599563e15448718 /include/Config.hpp
parent719236d4f41735a96e5a0707c7d964335907ffee (diff)
Allow recording while using replay/streaming and option to save 1 min or 10 min
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index bbb5381..c8c6650 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -119,6 +119,8 @@ namespace gsr {
int32_t replay_time = 60;
ConfigHotkey start_stop_hotkey;
ConfigHotkey save_hotkey;
+ ConfigHotkey save_1_min_hotkey;
+ ConfigHotkey save_10_min_hotkey;
};
struct ScreenshotConfig {