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

Added auto-scroll-inactive-chat option.

This commit is contained in:
23rd
2022-06-04 09:59:48 +03:00
parent df17f20a47
commit 8f076b0c9e
3 changed files with 18 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/options.h"
#include "core/application.h"
#include "chat_helpers/tabbed_panel.h"
#include "history/history_widget.h"
#include "lang/lang_keys.h"
#include "media/player/media_player_instance.h"
#include "webview/webview_embed.h"
@@ -137,6 +138,7 @@ void SetupExperimental(
addToggle(Media::Player::kOptionDisableAutoplayNext);
addToggle(Settings::kOptionMonoSettingsIcons);
addToggle(Webview::kOptionWebviewDebugEnabled);
addToggle(kOptionAutoScrollInactiveChat);
}
} // namespace