Fix crash when opening settings page because of recent change

This commit is contained in:
dec05eba
2025-05-24 18:24:18 +02:00
parent b807712d79
commit b80e3f8beb
5 changed files with 18 additions and 9 deletions

View File

@@ -200,7 +200,6 @@ 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;
};