diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-03-03 23:15:23 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-03-03 23:15:23 +0100 |
| commit | ce8ad7026ef9ad4596c4033d1c368ec77cd8c78b (patch) | |
| tree | 454e54f797ca51edab1e96fb219baf7385191290 /src/tray.hpp | |
| parent | eb629f8fa6f7edd3ba9f3e76146d71f62dafff57 (diff) | |
permission manager: add permanent permissions
Diffstat (limited to 'src/tray.hpp')
| -rw-r--r-- | src/tray.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tray.hpp b/src/tray.hpp index 427cdc8..865c586 100644 --- a/src/tray.hpp +++ b/src/tray.hpp @@ -19,7 +19,6 @@ private: QAction *camera; QAction *microphone; QAction *screenshare; - QAction *system_audio; QAction *notifications; QAction *location; QAction *lock_mouse; |