mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Hide song change notification setting on non-linux
This commit is contained in:
@@ -91,6 +91,9 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
|||||||
m_advancedWidgetUi->checkBoxReporter->setChecked( s->crashReporterEnabled() );
|
m_advancedWidgetUi->checkBoxReporter->setChecked( s->crashReporterEnabled() );
|
||||||
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
|
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
|
||||||
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
|
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
|
||||||
|
#ifndef Q_OS_LINUX // no backends on OSX or Win so far
|
||||||
|
m_advancedWidgetUi->checkBoxSongChangeNotifications->setVisible( false );
|
||||||
|
#endif
|
||||||
|
|
||||||
//Network settings
|
//Network settings
|
||||||
TomahawkSettings::ExternalAddressMode mode = TomahawkSettings::instance()->externalAddressMode();
|
TomahawkSettings::ExternalAddressMode mode = TomahawkSettings::instance()->externalAddressMode();
|
||||||
|
Reference in New Issue
Block a user