File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -521,6 +521,7 @@ void COnlineUpdater::Process()
521521
522522void COnlineUpdater::CheckForUpdates (bool bManual)
523523{
524+ return ;
524525 if (m_CheckMode == eManual || m_CheckMode == eAuto)
525526 return ; // already in progress
526527
Original file line number Diff line number Diff line change @@ -1232,6 +1232,7 @@ void CSandMan::CreateView(int iViewMode)
12321232
12331233void CSandMan::CheckForUpdates (bool bManual)
12341234{
1235+ return ;
12351236 m_pUpdater->CheckForUpdates (bManual);
12361237}
12371238
@@ -4042,9 +4043,7 @@ void CSandMan::OpenUrl(QUrl url)
40424043 }
40434044
40444045 if (scheme == " sbie" ) {
4045- if (path == " /check" )
4046- m_pUpdater->CheckForUpdates (true );
4047- else if (path == " /installer" )
4046+ if (path == " /installer" )
40484047 m_pUpdater->RunInstaller (false );
40494048 else if (path == " /apply" )
40504049 m_pUpdater->ApplyUpdate (COnlineUpdater::eFull, false );
You can’t perform that action at this time.
0 commit comments