2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Allow using mono icons in experimental settings.

This commit is contained in:
John Preston
2022-03-14 10:20:36 +04:00
parent c03e15979c
commit d1a913450a
3 changed files with 24 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "window/window_peer_menu.h"
#include "window/window_session_controller.h"
#include "window/window_controller.h"
#include "settings/settings_common.h"
#include "styles/style_settings.h"
#include "styles/style_layers.h"
@@ -133,6 +134,7 @@ void SetupExperimental(
addToggle(Window::kOptionViewProfileInChatsListContextMenu);
addToggle(Ui::GL::kOptionAllowLinuxNvidiaOpenGL);
addToggle(Media::Player::kOptionDisableAutoplayNext);
addToggle(Settings::kOptionMonoSettingsIcons);
}
} // namespace