mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Fix space on end of a g_warning
This commit is contained in:
@@ -627,7 +627,7 @@ void start() {
|
||||
if (const auto integration = BaseGtkIntegration::Instance()) {
|
||||
integration->prepareEnvironment();
|
||||
} 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
|
||||
|
||||
Reference in New Issue
Block a user