mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 17:29:42 +01:00
Merge pull request #245 from TheOneRing/box
dont hide the checkbox on mac
This commit is contained in:
commit
fa1af1073e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user