mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Automatically start background updater
Ref T28
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c790e344ac
commit
e2c43a688b
@@ -150,7 +150,10 @@ void CSwiftData::initMenu()
|
||||
|
||||
void CSwiftData::performGracefulShutdown()
|
||||
{
|
||||
// void
|
||||
if (this->m_updater)
|
||||
{
|
||||
this->m_updater->gracefulShutdown();
|
||||
}
|
||||
}
|
||||
|
||||
void CSwiftData::consolidationSettingChanged()
|
||||
|
||||
Reference in New Issue
Block a user