mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Fixed cases where the module would be hidden when it should be visible
This commit is contained in:
@ -30,6 +30,7 @@ class Privacy : public AModule {
|
||||
PrivacyItem privacy_item_audio_input;
|
||||
PrivacyItem privacy_item_audio_output;
|
||||
|
||||
std::mutex mutex_;
|
||||
sigc::connection visibility_conn;
|
||||
|
||||
// Config
|
||||
|
Reference in New Issue
Block a user