1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 10:48:33 +01:00

add at least one playlist tab at startup

This commit is contained in:
John Maguire 2010-03-06 14:35:06 +00:00
parent 1ad24804cc
commit 28f4b4de0b

View File

@ -306,6 +306,8 @@ MainWindow::MainWindow(QNetworkAccessManager* network, QWidget *parent)
}
library_->StartThreads();
NewPlaylist();
}
MainWindow::~MainWindow() {