Dont show replay save 1/10 min if replay buffer is set to a lower time

This commit is contained in:
dec05eba
2025-11-03 23:11:12 +01:00
parent 9af3c85161
commit 2bc2252d30
3 changed files with 20 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ namespace gsr {
GsrInfo gsr_info;
egl_functions egl_funcs;
Config config;
Config current_recording_config;
bool visible = false;
@@ -240,7 +241,6 @@ namespace gsr {
bool try_replay_startup = true;
bool replay_recording = false;
int replay_save_duration_min = 0;
double replay_buffer_save_duration_sec = 0.0;
mgl::Clock replay_duration_clock;
double replay_saved_duration_sec = 0.0;
bool replay_restart_on_save = false;