kdirshare: update comment related to kpasswdstore service

kpasswdstore service is now loaded in phase 1 and kdirshare in phase 2 (the
default)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-25 18:37:40 +02:00
parent 887f7c3079
commit a408a397a5

View file

@ -204,7 +204,7 @@ KDirShareModule::KDirShareModule(QObject *parent, const QList<QVariant>&)
: KDEDModule(parent)
{
m_passwdstore.setStoreID("KDirShare");
// HACK: kpasswdstore uses on-demand service so doing delayed restore
// delayed restore without blocking
QTimer::singleShot(2000, this, SLOT(slotDelayedRestore()));
}