Fix early return from Platform::ThirdParty::start on Linux

This commit is contained in:
Ilya Fedin 2021-01-23 04:20:07 +04:00 committed by John Preston
parent 24f2ca7443
commit 89ccc95023

View file

@ -1216,7 +1216,7 @@ void start() {
DEBUG_LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName())); DEBUG_LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
if (const auto integration = GtkIntegration::Instance()) { if (const auto integration = GtkIntegration::Instance()) {
return integration->load(); integration->load();
} }
// wait for interface announce to know if native window frame is supported // wait for interface announce to know if native window frame is supported