diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-21 23:41:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-21 23:41:52 +0200 |
commit | a82d1a2dfc24dd190ccc3861303e1a6112d7c4bb (patch) | |
tree | 3782b76e8ba5f599e2cfd34e08f32e20bb3aafe7 /include/gui/SettingsPage.hpp | |
parent | 043b6df255b46accd776e6ac8563c2ff3b9647f2 (diff) |
Only show replay storage option in advanced view
Diffstat (limited to 'include/gui/SettingsPage.hpp')
-rw-r--r-- | include/gui/SettingsPage.hpp | 1 |
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; }; |