Merge pull request #2554 from mutoroglin/cava-hide-on-silence

This commit is contained in:
Alexis Rouillard
2023-10-15 21:19:17 +02:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

View File

@ -36,6 +36,7 @@ class Cava final : public ALabel {
std::chrono::seconds fetch_input_delay_{4};
std::chrono::seconds suspend_silence_delay_{0};
bool silence_{false};
bool hide_on_silence_{false};
int sleep_counter_{0};
// Cava method
void pause_resume();