Skip to content

Commit

Permalink
use "Edit Settings" without pause
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jul 22, 2024
1 parent dadc199 commit 8e6eb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/settings_menues.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class BasicTopMenu : public MenuEntryMenu<SPEC,
#ifdef SETTINGS_MENU_HAS_ONLY_ONE_ENTRY
SubMenuEntry<typename SPEC::ChangeVolumeMode, typename SPEC::SoundLibrary::tEditVolume>
#else
SubMenuEntry<typename SPEC::SettingsMenu, typename SPEC::SoundLibrary::tEditSettings>
SubMenuEntry<typename SPEC::SettingsMenu, typename SPEC::SoundLibrary::tEditSettingsV2>
#endif
> {};

Expand Down

0 comments on commit 8e6eb2c

Please sign in to comment.