mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix build on FreeBSD
This commit is contained in:
parent
871fef2c4a
commit
ac520b314d
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ bool ByDefault() {
|
|||
|
||||
// A list of capabilities that offer feature parity
|
||||
// with custom notifications
|
||||
return ranges::all_of(std::initializer_list{
|
||||
return ranges::all_of(std::array{
|
||||
// To show message content
|
||||
"body",
|
||||
// To have buttons on notifications
|
||||
|
|
Loading…
Add table
Reference in a new issue