mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Fix build with GCC.
This commit is contained in:
@@ -311,7 +311,6 @@ void FillMuteMenu(
|
|||||||
soundSelect,
|
soundSelect,
|
||||||
&st::menuIconSoundSelect);
|
&st::menuIconSoundSelect);
|
||||||
|
|
||||||
const auto notifySettings = &session->data().notifySettings();
|
|
||||||
const auto soundIsNone = descriptor.currentSound().value_or(
|
const auto soundIsNone = descriptor.currentSound().value_or(
|
||||||
Data::NotifySound()
|
Data::NotifySound()
|
||||||
).none;
|
).none;
|
||||||
|
Reference in New Issue
Block a user