From 620c23e70a455bc0d7b0af3a279ca8bd3ec1488d Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 19 Jul 2023 19:04:31 +1000 Subject: Schedule voice config save when updating settings from Lua --- source/frontend/StarVoice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/frontend/StarVoice.hpp') 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; -- cgit v1.2.3