2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix build with GCC.

This commit is contained in:
John Preston
2023-08-31 22:37:29 +04:00
parent d8f53d5f60
commit b39bf11d9e

View File

@@ -311,7 +311,6 @@ void FillMuteMenu(
soundSelect,
&st::menuIconSoundSelect);
const auto notifySettings = &session->data().notifySettings();
const auto soundIsNone = descriptor.currentSound().value_or(
Data::NotifySound()
).none;