mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
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:
committed by
Mat Sutcliffe
parent
341f2db406
commit
365c52613a
@@ -43,6 +43,9 @@ namespace BlackGui
|
||||
bool playNotificationSounds() const;
|
||||
|
||||
private:
|
||||
//! Init
|
||||
void init();
|
||||
|
||||
//! Reload settings
|
||||
void reloadSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user