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