mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Move feature warnings to the relevant code
This commit is contained in:
parent
adbe5e9605
commit
55fb3405e5
3 changed files with 2 additions and 14 deletions
|
@ -617,18 +617,6 @@ void start() {
|
|||
Glib::init();
|
||||
Gio::init();
|
||||
|
||||
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE
|
||||
g_warning(
|
||||
"Application has been built with foreign rlottie, "
|
||||
"animated emojis won't be colored to the selected pack.");
|
||||
#endif // DESKTOP_APP_USE_PACKAGED_RLOTTIE
|
||||
|
||||
#ifdef DESKTOP_APP_USE_PACKAGED_FONTS
|
||||
g_warning(
|
||||
"Application was built without embedded fonts, "
|
||||
"this may lead to font issues.");
|
||||
#endif // DESKTOP_APP_USE_PACKAGED_FONTS
|
||||
|
||||
Webview::WebKitGTK::SetSocketPath(u"%1/%2-%3-webview-%4"_q.arg(
|
||||
QDir::tempPath(),
|
||||
h,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e9c2f1026e4b5aa3202fca4cc67ece36c7cebb2
|
||||
Subproject commit e240a2de8e67c806894caf04ee32797e75c6ea38
|
|
@ -1 +1 @@
|
|||
Subproject commit b2293c86e12537941d98e464748a060760377914
|
||||
Subproject commit e24eaa6b32799119caa78caacd57216f81d3e1a7
|
Loading…
Add table
Reference in a new issue