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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user