Remove experimental option for external shell.

This commit is contained in:
John Preston
2026-05-21 16:22:41 +04:00
parent 52a3669adc
commit 70d7a2ddf2
3 changed files with 5 additions and 19 deletions

View File

@@ -21,7 +21,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/widgets/labels.h"
#include "ui/vertical_list.h"
#include "ui/gl/gl_detection.h"
#include "ui/chat/attach/attach_bot_webview.h"
#include "ui/chat/chat_style_radius.h"
#include "ui/controls/compose_ai_button_factory.h"
#include "base/options.h"
@@ -252,7 +251,6 @@ void SetupExperimental(
addToggle(Info::Profile::kOptionShowPeerIdBelowAbout);
addToggle(Info::Profile::kOptionShowChannelJoinedBelowAbout);
addToggle(Ui::kOptionUseSmallMsgBubbleRadius);
addToggle(Ui::BotWebView::kOptionLinuxExternalBotWebApps);
addToggle(Media::Player::kOptionDisableAutoplayNext);
addToggle(Webview::kOptionWebviewDebugEnabled);
addToggle(Webview::kOptionWebviewLegacyEdge);