Button config menu should save config to disk whenever changes are accepted. #85
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue