Consider process initially stopped so the disconnect notification is correctly suppressed

This commit is contained in:
Martchus 2021-01-06 17:51:10 +01:00
parent ea442ed569
commit 76407c1f1e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ SyncthingProcess *SyncthingProcess::s_mainInstance = nullptr;
*/
SyncthingProcess::SyncthingProcess(QObject *parent)
: QProcess(parent)
, m_manuallyStopped(false)
, m_manuallyStopped(true)
{
m_killTimer.setInterval(3000);
m_killTimer.setSingleShot(true);