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

Added "new-windows-size-as-first" option.

This commit is contained in:
23rd
2023-11-22 19:41:13 +03:00
committed by John Preston
parent 19ab740da2
commit 909f3bf011
3 changed files with 19 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "mainwindow.h"
#include "media/player/media_player_instance.h"
#include "webview/webview_embed.h"
#include "window/main_window.h"
#include "window/window_peer_menu.h"
#include "window/window_session_controller.h"
#include "window/window_controller.h"
@@ -155,6 +156,7 @@ void SetupExperimental(
addToggle(Window::Notifications::kOptionGNotification);
addToggle(Core::kOptionFreeType);
addToggle(Data::kOptionExternalVideoPlayer);
addToggle(Window::kOptionNewWindowsSizeAsFirst);
}
} // namespace