mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 01:04:16 +08:00
Remove DI caching of RealmKeyBindingStore
This commit is contained in:
@@ -290,8 +290,6 @@ namespace osu.Game
|
||||
|
||||
migrateDataToRealm();
|
||||
|
||||
dependencies.CacheAs(KeyBindingStore = new RealmKeyBindingStore(realmFactory));
|
||||
|
||||
dependencies.Cache(SettingsStore = new SettingsStore(contextFactory));
|
||||
dependencies.Cache(RulesetConfigCache = new RulesetConfigCache(SettingsStore));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user