mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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"
|
"- Improved windowed mode support for media viewer.\n"
|
||||||
|
|
||||||
"- Hardware accelerated video playback fix on macOS.\n"
|
"- Hardware accelerated video playback fix on macOS.\n"
|
||||||
|
|
||||||
"- New application icon on macOS following the system guidelines.\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"
|
"- Show when your message was read in small groups.\n"
|
||||||
|
|
||||||
"- Fix pasting images from Firefox on Windows.\n"
|
"- Fix pasting images from Firefox on Windows.\n"
|
||||||
|
|
||||||
"- Improve memory usage for custom emoji.\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 "lang/lang_keys.h"
|
||||||
#include "ui/widgets/buttons.h"
|
#include "ui/widgets/buttons.h"
|
||||||
#include "ui/painter.h"
|
#include "ui/painter.h"
|
||||||
|
#include "ui/power_saving.h"
|
||||||
#include "main/main_session.h"
|
#include "main/main_session.h"
|
||||||
#include "styles/style_info.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/slide_wrap.h"
|
||||||
#include "ui/wrap/vertical_layout.h"
|
#include "ui/wrap/vertical_layout.h"
|
||||||
#include "ui/painter.h"
|
#include "ui/painter.h"
|
||||||
|
#include "ui/power_saving.h"
|
||||||
#include "window/window_controller.h"
|
#include "window/window_controller.h"
|
||||||
#include "window/window_session_controller.h"
|
#include "window/window_session_controller.h"
|
||||||
#include "base/unixtime.h"
|
#include "base/unixtime.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue