Fix build on FreeBSD

This commit is contained in:
Sergey A. Osokin 2023-10-02 10:44:27 -04:00 committed by John Preston
parent 871fef2c4a
commit ac520b314d
1 changed files with 1 additions and 1 deletions

View File

@ -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