Skip to content

Commit

Permalink
Add keywords for intro-related settings
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 24, 2024
1 parent 7b9f776 commit 7e8aaa6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ private void load(OsuConfigManager config, IAPIProvider api)
},
new SettingsCheckbox
{
Keywords = new[] { "intro", "welcome" },
LabelText = UserInterfaceStrings.InterfaceVoices,
Current = config.GetBindable<bool>(OsuSetting.MenuVoice)
},
new SettingsCheckbox
{
Keywords = new[] { "intro", "welcome" },
LabelText = UserInterfaceStrings.OsuMusicTheme,
Current = config.GetBindable<bool>(OsuSetting.MenuMusic)
},
Expand Down

0 comments on commit 7e8aaa6

Please sign in to comment.