Beta version 4.6.9: Fix build.

This commit is contained in:
John Preston 2023-03-10 11:09:29 +04:00
parent da7cd6291e
commit ba04ab4756
3 changed files with 4 additions and 2 deletions

View file

@ -74,7 +74,7 @@ std::map<int, const char*> BetaLogs() {
"- Improved windowed mode support for media viewer.\n"
"- Hardware accelerated video playback fix on macOS.\n"
"- New application icon on macOS following the system guidelines.\n"
},
{
@ -90,7 +90,7 @@ std::map<int, const char*> BetaLogs() {
"- Show when your message was read in small groups.\n"
"- Fix pasting images from Firefox on Windows.\n"
"- Improve memory usage for custom emoji.\n"
}
};

View file

@ -15,6 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "lang/lang_keys.h"
#include "ui/widgets/buttons.h"
#include "ui/painter.h"
#include "ui/power_saving.h"
#include "main/main_session.h"
#include "styles/style_info.h"

View file

@ -49,6 +49,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/wrap/slide_wrap.h"
#include "ui/wrap/vertical_layout.h"
#include "ui/painter.h"
#include "ui/power_saving.h"
#include "window/window_controller.h"
#include "window/window_session_controller.h"
#include "base/unixtime.h"