diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-19 19:04:31 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-19 19:04:31 +1000 |
commit | 620c23e70a455bc0d7b0af3a279ca8bd3ec1488d (patch) | |
tree | fc97aad06c4d5f9d3fd3d3b914371ecc2753c7ab /source/frontend/StarVoice.hpp | |
parent | 35b1c36b171d67dae4c47bad9b4aa31da6ba0070 (diff) |
Schedule voice config save when updating settings from Lua
Diffstat (limited to 'source/frontend/StarVoice.hpp')
-rw-r--r-- | source/frontend/StarVoice.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp index 15d9cd6..0cd8ca8 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -113,7 +113,7 @@ public: void init(); - void loadJson(Json const& config); + void loadJson(Json const& config, bool skipSave = false); Json saveJson() const; void save() const; |