Audio setup component deferred init,

because in a distributed swift system it takes a moment until the
settings are sychronized this is leading to
undesired "save settings" messages and played sounds
This commit is contained in:
Klaus Basan
2019-01-26 01:24:47 +01:00
committed by Mat Sutcliffe
parent 341f2db406
commit 365c52613a
2 changed files with 19 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ namespace BlackGui
bool playNotificationSounds() const;
private:
//! Init
void init();
//! Reload settings
void reloadSettings();