Only show app audio option if using pipewire

This commit is contained in:
dec05eba
2024-11-16 18:07:01 +01:00
parent e0ddfa82dd
commit c5162dbb45
6 changed files with 30 additions and 7 deletions

View File

@@ -21,6 +21,8 @@ namespace gsr {
gsr_info->system_info.display_server = DisplayServer::X11;
else if(key_value->value == "wayland")
gsr_info->system_info.display_server = DisplayServer::WAYLAND;
} else if(key_value->key == "supports_app_audio") {
gsr_info->system_info.supports_app_audio = key_value->value == "yes";
}
}