2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

videoplayer cheat code -> experimental setting

This commit is contained in:
Ilya Fedin
2023-02-25 21:22:36 +04:00
committed by John Preston
parent 01d6cacee5
commit 1f1cd35d57
10 changed files with 19 additions and 22 deletions

View File

@@ -28,6 +28,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "window/notifications_manager.h"
#include "settings/settings_common.h"
#include "storage/localimageloader.h"
#include "data/data_document_resolver.h"
#include "styles/style_settings.h"
#include "styles/style_layers.h"
@@ -148,6 +149,7 @@ void SetupExperimental(
addToggle(kOptionAutoScrollInactiveChat);
addToggle(Window::Notifications::kOptionGNotification);
addToggle(Core::kOptionFreeType);
addToggle(Data::kOptionExternalVideoPlayer);
}
} // namespace