diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-19 19:06:53 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-19 19:06:53 +1000 |
commit | 0c1c3611b1b1c1b17efac547ad08a6821f3b8f01 (patch) | |
tree | 02754061b14bffac73b4f809b976e6ba92e3061d /source/frontend/StarVoice.hpp | |
parent | 620c23e70a455bc0d7b0af3a279ca8bd3ec1488d (diff) |
Save loopback setting
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 0cd8ca8..99228e8 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -180,7 +180,7 @@ private: int64_t m_nextSaveTime = 0; bool m_enabled = true; bool m_inputEnabled = false; - bool m_loopBack = false; + bool m_loopback = false; int m_deviceChannels = 1; bool m_deviceOpen = false; |