1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 11:50:37 +02:00

Merge pull request #245 from TheOneRing/box

dont hide the checkbox on mac
This commit is contained in:
Christian Muehlhaeuser
2014-07-24 00:56:44 +02:00

View File

@@ -96,9 +96,6 @@ SettingsDialog::SettingsDialog(QObject *parent )
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
m_advancedWidgetUi->checkBoxListenApi->setChecked( s->httpBindAll() );
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
#ifdef Q_OS_MAC // no backends on OSX so far
m_advancedWidgetUi->checkBoxSongChangeNotifications->setVisible( false );
#endif
//Network settings
Tomahawk::Network::ExternalAddress::Mode mode = TomahawkSettings::instance()->externalAddressMode();