mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
What a typo.
This commit is contained in:
@@ -277,7 +277,7 @@ SpotifyAccountConfig::showLoggedIn()
|
|||||||
m_ui->verticalLayout->insertWidget( 1, m_loggedInUser, 0, Qt::AlignCenter );
|
m_ui->verticalLayout->insertWidget( 1, m_loggedInUser, 0, Qt::AlignCenter );
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "Showing logged in withuserame:" << m_verifiedUsername;
|
qDebug() << "Showing logged in with username:" << m_verifiedUsername;
|
||||||
m_loggedInUser->show();
|
m_loggedInUser->show();
|
||||||
m_loggedInUser->setText( tr( "Logged in as %1" ).arg( m_verifiedUsername ) );
|
m_loggedInUser->setText( tr( "Logged in as %1" ).arg( m_verifiedUsername ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user