2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-10-01 11:22:20 +00:00

Updated TDesktop sources to 2.7.2

This commit is contained in:
RadRussianRus
2021-04-26 23:45:08 +03:00
324 changed files with 13799 additions and 3461 deletions

View File

@@ -748,8 +748,13 @@ void start() {
if (const auto integration = BaseGtkIntegration::Instance()) {
integration->prepareEnvironment();
integration->load();
} else {
g_warning("GTK integration is disabled, some feature unavailable.");
g_warning("GTK integration is disabled, some features unavailable.");
}
if (const auto integration = GtkIntegration::Instance()) {
integration->load();
}
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE
@@ -948,11 +953,7 @@ namespace ThirdParty {
void start() {
if (const auto integration = BaseGtkIntegration::Instance()) {
integration->load();
}
if (const auto integration = GtkIntegration::Instance()) {
integration->load();
integration->initializeSettings();
}
if (!cQtScale()) {