Just set music shortcut text locally

This commit is contained in:
Joehu
2020-11-23 20:43:46 -08:00
parent 52f5473cc0
commit 1fd4b04767
4 changed files with 18 additions and 32 deletions

View File

@ -196,7 +196,7 @@ namespace osu.Game.Configuration
public Func<int, string> LookupSkinName { private get; set; }
public Func<GlobalAction?, string> LookupKeyBindings { get; set; }
public Func<GlobalAction, string> LookupKeyBindings { get; set; }
}
public enum OsuSetting