Added experimental option for non-native notifications on macOS.

This commit is contained in:
23rd
2025-09-29 12:41:54 +03:00
parent 2699f9bcf6
commit 54018aec90
5 changed files with 27 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "data/data_document_resolver.h"
#include "styles/style_settings.h"
#include "styles/style_layers.h"
#include "platform/platform_notifications_manager.h"
namespace Settings {
namespace {
@@ -165,6 +166,7 @@ void SetupExperimental(
addToggle(kOptionFastButtonsMode);
}
addToggle(Window::kOptionDisableTouchbar);
addToggle(Platform::Notifications::kOptionMacCustomNotification);
}
} // namespace