Button config menu should save config to disk whenever changes are accepted. #85

Merged
Daverball merged 2 commits from save-button-config into master 2014-12-31 13:13:53 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7413c3d994 - Show all commits

View File

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