mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 02:33:23 +00:00
Fix early return from Platform::ThirdParty::start on Linux
This commit is contained in:
@@ -1216,7 +1216,7 @@ void start() {
|
||||
DEBUG_LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
|
||||
|
||||
if (const auto integration = GtkIntegration::Instance()) {
|
||||
return integration->load();
|
||||
integration->load();
|
||||
}
|
||||
|
||||
// wait for interface announce to know if native window frame is supported
|
||||
|
||||
Reference in New Issue
Block a user