Issue #3273
isSessionRestored was not set correctlty so ignore it
setupLogging();
} else if (msg.startsWith(QLatin1String("MSG_SHOWSETTINGS"))) {
qDebug() << "Running for" << _startedAt.elapsed()/1000.0 << "sec";
- if (isSessionRestored() && _startedAt.elapsed() < 10*1000) {
+ if (_startedAt.elapsed() < 10*1000) {
// This call is mirrored with the one in int main()
qWarning() << "Ignoring MSG_SHOWSETTINGS, possibly double-invocation of client via session restore and auto start";
return;