1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

dont hide the checkbox on mac

This commit is contained in:
Patrick von Reth 2014-07-24 00:55:15 +02:00
parent 96b34ae8d5
commit c0e0a3708b

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();