diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-05 13:59:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-05 13:59:47 +0200 |
commit | c7bfaf90ec8848e30499ff85db8082fd6ce4c8a0 (patch) | |
tree | deee640461e8d9c5a31d8c0e03014ce212300a7c /src/gui/SettingsPage.cpp | |
parent | 61f8c666fea0ccd6c2637be4d1bd6aa875b65926 (diff) |
Diffstat (limited to 'src/gui/SettingsPage.cpp')
-rw-r--r-- | src/gui/SettingsPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/SettingsPage.cpp b/src/gui/SettingsPage.cpp index 38e43cc..363b48c 100644 --- a/src/gui/SettingsPage.cpp +++ b/src/gui/SettingsPage.cpp @@ -759,7 +759,7 @@ namespace gsr { auto replay_storage_button = std::make_unique<RadioButton>(&get_theme().body_font, RadioButton::Orientation::HORIZONTAL); replay_storage_button_ptr = replay_storage_button.get(); replay_storage_button->add_item("RAM", "ram"); - replay_storage_button->add_item("Disk (not recommended on SSDs)", "disk"); + replay_storage_button->add_item("Disk (Not recommended on SSDs)", "disk"); replay_storage_button->on_selection_changed = [this](const std::string&, const std::string &id) { update_estimated_replay_file_size(id); |