Make button config menu save changes to disk whenever the changes are accepted.

This commit is contained in:
David Salvisberg 2014-12-27 14:40:08 +01:00
parent 11cfe887c2
commit 7413c3d994
1 changed files with 3 additions and 0 deletions

View File

@ -678,6 +678,9 @@ struct SettingsMenuPrivate
rtData.bindingUpdateMsg.post(binds);
/* Store the key bindings to disk as well to prevent config loss */
storeBindings(binds, rtData.config);
destroyReq = true;
}