privacy: default to ignoring all stream.monitor pw nodes

This commit is contained in:
Gregor Kleen
2024-08-20 22:09:22 +02:00
committed by Sonter
parent 703be13b00
commit 831602a913
4 changed files with 11 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class PrivacyNodeInfo {
std::string media_name;
std::string node_name;
std::string application_name;
bool is_monitor = false;
std::string pipewire_access_portal_app_id;
std::string application_icon_name;