Enable autostart when the client has been configured

This commit is contained in:
Daniel Molkentin 2013-07-05 01:05:23 +02:00
parent d870d6c326
commit bfdb0c0012

View File

@ -392,6 +392,8 @@ void Application::slotownCloudWizardDone( int res )
if( res == QDialog::Accepted ) {
int cnt = _folderMan->setupFolders();
qDebug() << "Set up " << cnt << " folders.";
// We have some sort of configuration. Enable autostart
Utility::setLaunchOnStartup(true);
// FIXME!
// _statusDialog->setFolderList( _folderMan->map() );
}