mirror of
https://github.com/osukey/osukey.git
synced 2025-07-06 10:49:56 +09:00
Remove DI caching of RealmKeyBindingStore
This commit is contained in:
@ -290,8 +290,6 @@ namespace osu.Game
|
|||||||
|
|
||||||
migrateDataToRealm();
|
migrateDataToRealm();
|
||||||
|
|
||||||
dependencies.CacheAs(KeyBindingStore = new RealmKeyBindingStore(realmFactory));
|
|
||||||
|
|
||||||
dependencies.Cache(SettingsStore = new SettingsStore(contextFactory));
|
dependencies.Cache(SettingsStore = new SettingsStore(contextFactory));
|
||||||
dependencies.Cache(RulesetConfigCache = new RulesetConfigCache(SettingsStore));
|
dependencies.Cache(RulesetConfigCache = new RulesetConfigCache(SettingsStore));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user