Update tray menu on notification sound change
This commit is contained in:
parent
39db3d9184
commit
240334c13a
1 changed files with 1 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue