Add webview-debug-enabled option.

This commit is contained in:
John Preston 2022-05-02 13:10:03 +04:00
parent b28d5a63d1
commit fc7d9b264f
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "chat_helpers/tabbed_panel.h"
#include "lang/lang_keys.h"
#include "media/player/media_player_instance.h"
#include "webview/webview_embed.h"
#include "window/window_peer_menu.h"
#include "window/window_session_controller.h"
#include "window/window_controller.h"
@ -135,6 +136,7 @@ void SetupExperimental(
addToggle(Ui::GL::kOptionAllowLinuxNvidiaOpenGL);
addToggle(Media::Player::kOptionDisableAutoplayNext);
addToggle(Settings::kOptionMonoSettingsIcons);
addToggle(Webview::kOptionWebviewDebugEnabled);
}
} // namespace

@ -1 +1 @@
Subproject commit 9083cb0f16a8a74bcedf2a76b9ddccd773b7b630
Subproject commit cd22386a67d80db31aec007f636228697e488d76