feat(audio): add an option to disable sound streaming (#3833)
This commit is contained in:
@@ -147,6 +147,7 @@ namespace config {
|
||||
struct audio_t {
|
||||
std::string sink;
|
||||
std::string virtual_sink;
|
||||
bool stream;
|
||||
bool install_steam_drivers;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user