Add launching tip
This commit is contained in:
parent
3a700d9bcd
commit
15bef3966d
1 changed files with 2 additions and 0 deletions
|
@ -62,7 +62,9 @@ int main(int argc, char** argv)
|
|||
QIcon kdeconnectIcon = QIcon::fromTheme(QStringLiteral("kdeconnect"));
|
||||
QPixmap splashPixmap(kdeconnectIcon.pixmap(256, 256));
|
||||
QSplashScreen splash(splashPixmap);
|
||||
splash.showMessage(i18n("Launching") + QStringLiteral("\n"), Qt::AlignHCenter | Qt::AlignBottom, Qt::white);
|
||||
splash.show();
|
||||
|
||||
// Unset launchctl env, avoid block
|
||||
DBusHelper::macosUnsetLaunchctlEnv();
|
||||
|
||||
|
|
Loading…
Reference in a new issue