SoftwareUpdater: Default to "full-sync" instead of "update".
Fixes #15899.
This commit is contained in:
@@ -47,7 +47,7 @@ SoftwareUpdaterApp::SoftwareUpdaterApp()
|
||||
BApplication(kAppSignature),
|
||||
fWorker(NULL),
|
||||
fFinalQuitFlag(false),
|
||||
fActionRequested(UPDATE),
|
||||
fActionRequested(FULLSYNC),
|
||||
fVerbose(false),
|
||||
fArgvsAccepted(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user