Merge branch 'add-offset-adjust-tooltip-text' into combine-time-slider-implementation

This commit is contained in:
Bartłomiej Dach
2022-03-05 14:58:51 +01:00
39 changed files with 283 additions and 119 deletions

View File

@ -240,9 +240,9 @@ namespace osu.Game.Configuration
};
}
public Func<Guid, string> LookupSkinName { private get; set; }
public Func<Guid, string> LookupSkinName { private get; set; } = _ => @"unknown";
public Func<GlobalAction, LocalisableString> LookupKeyBindings { get; set; }
public Func<GlobalAction, LocalisableString> LookupKeyBindings { get; set; } = _ => @"unknown";
}
// IMPORTANT: These are used in user configuration files.