mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 4.6.9: Fix build.
This commit is contained in:
parent
da7cd6291e
commit
ba04ab4756
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue