mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09:00
Fix all keybindings being reset every startup
This commit is contained in:
parent
a5ccf12e4a
commit
5b6c331434
@ -30,7 +30,8 @@ namespace osu.Game.Input
|
||||
|
||||
protected override void Prepare(bool reset = false)
|
||||
{
|
||||
Connection.Database.ExecuteSqlCommand("DELETE FROM KeyBinding");
|
||||
if (reset)
|
||||
Connection.Database.ExecuteSqlCommand("DELETE FROM KeyBinding");
|
||||
}
|
||||
|
||||
private void insertDefaults(IEnumerable<KeyBinding> defaults, int? rulesetId = null, int? variant = null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user