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 --- src/gui/GlobalSettingsPage.cpp | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'src/gui/GlobalSettingsPage.cpp') diff --git a/src/gui/GlobalSettingsPage.cpp b/src/gui/GlobalSettingsPage.cpp index fd4b6b8..109e72d 100644 --- a/src/gui/GlobalSettingsPage.cpp +++ b/src/gui/GlobalSettingsPage.cpp @@ -256,6 +256,30 @@ namespace gsr { return list; } + std::unique_ptr GlobalSettingsPage::create_replay_partial_save_hotkey_options() { + auto list = std::make_unique(List::Orientation::HORIZONTAL, List::Alignment::CENTER); + + list->add_widget(std::make_unique