Skip to content

Commit

Permalink
Update homeform.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jan 4, 2024
1 parent fb3777b commit 7d30088
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/homeform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ homeform::homeform(QQmlApplicationEngine *engine, bluetooth *bl) {
}

#ifndef Q_OS_IOS
h = new lockscreen();


iphone_browser = new QMdnsEngine::Browser(&iphone_server, "_qz_iphone._tcp.local.", &iphone_cache);

Expand Down Expand Up @@ -656,6 +656,8 @@ homeform::homeform(QQmlApplicationEngine *engine, bluetooth *bl) {
}
});
});
#else
h = new lockscreen();
#endif

bluetoothManager->homeformLoaded = true;
Expand Down

0 comments on commit 7d30088

Please sign in to comment.