Dummy audio thread to keep display responsive when no audio device.
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ public:
|
||||
|
||||
class JackHostStatus {
|
||||
public:
|
||||
bool active_;
|
||||
bool active_ = false;
|
||||
std::string errorMessage_;
|
||||
bool restarting_;
|
||||
uint64_t underruns_;
|
||||
|
||||
Reference in New Issue
Block a user