From 02f4614d06615e5f989298e8a3dc2abb13f99b80 Mon Sep 17 00:00:00 2001 From: Suprapote <111246491+Suprapote@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:30:44 +0200 Subject: [PATCH] Settings editor display fix (#125) ## Description Remove a newline. ## Motivation and Context ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that adds a new feature) - [x] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [ ] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: - [x] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Signed-off-by: GITHUB_USER --- src/menu/views/settings_editor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/menu/views/settings_editor.c b/src/menu/views/settings_editor.c index 22e3ac30..55feffea 100644 --- a/src/menu/views/settings_editor.c +++ b/src/menu/views/settings_editor.c @@ -147,7 +147,6 @@ static void draw (menu_t *menu, surface_t *d) { #endif "Note: Certain settings have the following caveats:\n\n" "* Requires a flashcart reboot.\n", - "\n", menu->settings.default_directory, format_switch(menu->settings.pal60_enabled), format_switch(menu->settings.show_protected_entries),