Update tray menu on notification sound change

This commit is contained in:
Eric Kotato 2020-05-15 12:08:04 +03:00
parent 39db3d9184
commit 240334c13a

View file

@ -1197,6 +1197,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
Global::SetSoundNotify((v & 0x01) == 0x01);
Global::SetFlashBounceNotify((v & 0x02) == 0x00);
if (App::wnd()) App::wnd()->updateTrayMenu();
} break;
case dbiAutoDownloadOld: {