mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:33:20 +08:00
Remove offset wizard button for now
This commit is contained in:
parent
b7f3c83514
commit
91af94086c
@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
{
|
||||
protected override LocalisableString Header => AudioSettingsStrings.OffsetHeader;
|
||||
|
||||
public override IEnumerable<LocalisableString> FilterTerms => base.FilterTerms.Concat(new LocalisableString[] { "universal", "uo", "timing", "delay", "latency" });
|
||||
public override IEnumerable<LocalisableString> FilterTerms => base.FilterTerms.Concat(new LocalisableString[] { "universal", "uo", "timing", "delay", "latency", "wizard" });
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuConfigManager config)
|
||||
@ -26,10 +26,6 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
|
||||
{
|
||||
Current = config.GetBindable<double>(OsuSetting.AudioOffset),
|
||||
},
|
||||
new SettingsButton
|
||||
{
|
||||
Text = AudioSettingsStrings.OffsetWizard
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user