From c5162dbb45e66e7fd25430c9417a8e6a6b78080c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 16 Nov 2024 18:07:01 +0100 Subject: Only show app audio option if using pipewire --- include/GsrInfo.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/GsrInfo.hpp') diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp index c3da6d7..cd6292c 100644 --- a/include/GsrInfo.hpp +++ b/include/GsrInfo.hpp @@ -40,6 +40,7 @@ namespace gsr { struct SystemInfo { DisplayServer display_server = DisplayServer::UNKNOWN; + bool supports_app_audio = false; }; enum class GpuVendor { -- cgit v1.2.3