Update tray menu on notification sound change, again
This commit is contained in:
parent
240334c13a
commit
b414437f15
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ System::System(not_null<Main::Session*> session)
|
||||||
if (type == ChangeType::DesktopEnabled) {
|
if (type == ChangeType::DesktopEnabled) {
|
||||||
App::wnd()->updateTrayMenu();
|
App::wnd()->updateTrayMenu();
|
||||||
clearAll();
|
clearAll();
|
||||||
|
} else if (type == ChangeType::SoundEnabled) {
|
||||||
|
App::wnd()->updateTrayMenu();
|
||||||
} else if (type == ChangeType::ViewParams) {
|
} else if (type == ChangeType::ViewParams) {
|
||||||
updateAll();
|
updateAll();
|
||||||
} else if (type == ChangeType::IncludeMuted
|
} else if (type == ChangeType::IncludeMuted
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue