2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 23:55:12 +00:00

Option to disable taskbar flashing

This commit is contained in:
RadRussianRus
2020-02-23 05:30:39 +03:00
parent 6aa631cba9
commit c06486d2ce
9 changed files with 45 additions and 2 deletions

View File

@@ -290,7 +290,9 @@ void System::showNext() {
}
}
if (alert) {
Platform::Notifications::FlashBounce();
if (!cNoTaskbarFlashing()) {
Platform::Notifications::FlashBounce();
}
if (Global::SoundNotify() && !Platform::Notifications::SkipAudio()) {
ensureSoundCreated();
_soundTrack->playOnce();