aboutsummaryrefslogtreecommitdiff
path: root/include/gui/SettingsPage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-21 23:41:52 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-21 23:41:52 +0200
commita82d1a2dfc24dd190ccc3861303e1a6112d7c4bb (patch)
tree3782b76e8ba5f599e2cfd34e08f32e20bb3aafe7 /include/gui/SettingsPage.hpp
parent043b6df255b46accd776e6ac8563c2ff3b9647f2 (diff)
Only show replay storage option in advanced view
Diffstat (limited to 'include/gui/SettingsPage.hpp')
-rw-r--r--include/gui/SettingsPage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/SettingsPage.hpp b/include/gui/SettingsPage.hpp
index 08bbd9d..8e28345 100644
--- a/include/gui/SettingsPage.hpp
+++ b/include/gui/SettingsPage.hpp
@@ -200,6 +200,7 @@ namespace gsr {
RadioButton *turn_on_replay_automatically_mode_ptr = nullptr;
Subsection *audio_section_ptr = nullptr;
List *audio_track_section_list_ptr = nullptr;
+ List *replay_storage_list_ptr = nullptr;
PageStack *page_stack = nullptr;
};