mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Enable autostart when the client has been configured
This commit is contained in:
parent
d870d6c326
commit
bfdb0c0012
@ -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() );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user