mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Added experimental option for non-native notifications on macOS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user