mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
Update overlay text
This commit is contained in:
parent
6cca932bf4
commit
5c5042769b
@ -138,7 +138,7 @@ WelcomeWidget::updatePlaylists()
|
||||
int num = ui->playlistWidget->model()->rowCount( QModelIndex() );
|
||||
if ( num == 0 )
|
||||
{
|
||||
ui->playlistWidget->overlay()->setText( tr( "You have not played any playlists yet." ) );
|
||||
ui->playlistWidget->overlay()->setText( tr( "No recently created playlists in your network." ) );
|
||||
ui->playlistWidget->overlay()->show();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user