mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 09:34:53 +02:00
Proxy doens't work properly so for now don't show the button to enable
it.
This commit is contained in:
@@ -50,9 +50,12 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
|||||||
ui->jabberPassword->setText( s->jabberPassword() );
|
ui->jabberPassword->setText( s->jabberPassword() );
|
||||||
ui->jabberServer->setText( s->jabberServer() );
|
ui->jabberServer->setText( s->jabberServer() );
|
||||||
ui->jabberPort->setValue( s->jabberPort() );
|
ui->jabberPort->setValue( s->jabberPort() );
|
||||||
|
|
||||||
ui->staticHostName->setText( s->externalHostname() );
|
ui->staticHostName->setText( s->externalHostname() );
|
||||||
ui->staticPort->setValue( s->externalPort() );
|
ui->staticPort->setValue( s->externalPort() );
|
||||||
|
|
||||||
|
ui->proxyButton->setVisible( false );
|
||||||
|
|
||||||
if ( s->twitterOAuthToken().isEmpty() || s->twitterOAuthTokenSecret().isEmpty() )
|
if ( s->twitterOAuthToken().isEmpty() || s->twitterOAuthTokenSecret().isEmpty() )
|
||||||
{
|
{
|
||||||
ui->twitterStatusLabel->setText("Status: No saved credentials");
|
ui->twitterStatusLabel->setText("Status: No saved credentials");
|
||||||
|
Reference in New Issue
Block a user