From 736f2f30956369754f6c8eeb49e7972720777cc9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 23 Apr 2025 00:59:17 +0200 Subject: Allow recording while using replay/streaming and option to save 1 min or 10 min --- include/Config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Config.hpp') 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 { -- cgit v1.2.3-70-g09d2