mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed crash on startup with empty config.
This commit is contained in:
@@ -87,6 +87,7 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
|
||||
// MUSIC SCANNER
|
||||
//FIXME: MULTIPLECOLLECTIONDIRS
|
||||
if ( s->scannerPaths().count() )
|
||||
ui->lineEditMusicPath->setText( s->scannerPaths().first() );
|
||||
ui->checkBoxWatchForChanges->setChecked( s->watchForChanges() );
|
||||
|
||||
|
Reference in New Issue
Block a user