mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fix space on end of a g_warning
This commit is contained in:
parent
59e6fd9989
commit
db0da70de6
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ void start() {
|
||||||
if (const auto integration = BaseGtkIntegration::Instance()) {
|
if (const auto integration = BaseGtkIntegration::Instance()) {
|
||||||
integration->prepareEnvironment();
|
integration->prepareEnvironment();
|
||||||
} else {
|
} else {
|
||||||
g_warning("GTK integration is disabled, some feature unavailable. ");
|
g_warning("GTK integration is disabled, some feature unavailable.");
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE
|
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE
|
||||||
|
|
Loading…
Add table
Reference in a new issue