diff --git a/tdesktop/Telegram/SourceFiles/core/core_settings.h b/tdesktop/Telegram/SourceFiles/core/core_settings.h index f411bd4bf..5b09ce751 100644 --- a/tdesktop/Telegram/SourceFiles/core/core_settings.h +++ b/tdesktop/Telegram/SourceFiles/core/core_settings.h @@ -762,7 +762,7 @@ private: rpl::variable _dialogsWidthRatio; // per-window rpl::variable _thirdColumnWidth = kDefaultThirdColumnWidth; // p-w bool _notifyFromAll = true; - rpl::variable _nativeWindowFrame = false; + rpl::variable _nativeWindowFrame = true; rpl::variable> _systemDarkMode = std::nullopt; rpl::variable _systemDarkModeEnabled = false; WindowPosition _windowPosition; // per-window