mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
dont hide the checkbox on mac
This commit is contained in:
@@ -96,9 +96,6 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
|||||||
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
|
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
|
||||||
m_advancedWidgetUi->checkBoxListenApi->setChecked( s->httpBindAll() );
|
m_advancedWidgetUi->checkBoxListenApi->setChecked( s->httpBindAll() );
|
||||||
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
|
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
|
||||||
#ifdef Q_OS_MAC // no backends on OSX so far
|
|
||||||
m_advancedWidgetUi->checkBoxSongChangeNotifications->setVisible( false );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//Network settings
|
//Network settings
|
||||||
Tomahawk::Network::ExternalAddress::Mode mode = TomahawkSettings::instance()->externalAddressMode();
|
Tomahawk::Network::ExternalAddress::Mode mode = TomahawkSettings::instance()->externalAddressMode();
|
||||||
|
Reference in New Issue
Block a user