mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
Remove a FIXME
The commit message say that this line should be necessary to show the information when the setting dialog is open, but this is working now via the signals
This commit is contained in:
parent
b65601aaa4
commit
07025c7432
1 changed files with 0 additions and 2 deletions
|
@ -313,8 +313,6 @@ void Application::slotownCloudWizardDone( int res )
|
|||
qDebug() << "Set up " << cnt << " folders.";
|
||||
// We have some sort of configuration. Enable autostart
|
||||
Utility::setLaunchOnStartup(_theme->appName(), _theme->appNameGUI(), true);
|
||||
// FIXME!
|
||||
// _statusDialog->setFolderList( folderMan->map() );
|
||||
}
|
||||
folderMan->setSyncEnabled( true );
|
||||
if( res == QDialog::Accepted ) {
|
||||
|
|
Loading…
Reference in a new issue