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