2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Update tray menu on notification sound change, again

This commit is contained in:
RadRussianRus
2020-05-15 12:14:10 +03:00
parent 240334c13a
commit b414437f15

View File

@@ -49,6 +49,8 @@ System::System(not_null<Main::Session*> session)
if (type == ChangeType::DesktopEnabled) {
App::wnd()->updateTrayMenu();
clearAll();
} else if (type == ChangeType::SoundEnabled) {
App::wnd()->updateTrayMenu();
} else if (type == ChangeType::ViewParams) {
updateAll();
} else if (type == ChangeType::IncludeMuted