mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-22 09:07:05 +02:00
Fix early return from Platform::ThirdParty::start on Linux
This commit is contained in:
parent
24f2ca7443
commit
89ccc95023
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue