Make DeadlockDetector an experimental setting.

This commit is contained in:
John Preston
2026-01-02 16:56:58 +04:00
parent d8a3df644b
commit 1ba2e78f4d
5 changed files with 20 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "boxes/moderate_messages_box.h"
#include "core/application.h"
#include "core/launcher.h"
#include "core/sandbox.h"
#include "chat_helpers/tabbed_panel.h"
#include "dialogs/dialogs_widget.h"
#include "history/history_item_components.h"
@@ -163,6 +164,7 @@ void SetupExperimental(
addToggle(Window::Notifications::kOptionGNotification);
addToggle(Core::kOptionFreeType);
addToggle(Core::kOptionSkipUrlSchemeRegister);
addToggle(Core::kOptionDeadlockDetector);
addToggle(Data::kOptionExternalVideoPlayer);
addToggle(Window::kOptionNewWindowsSizeAsFirst);
addToggle(MTP::details::kOptionPreferIPv6);