mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +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->checkBoxHttp->setChecked( s->httpEnabled() );
|
||||
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
|
||||
TomahawkSettings::ExternalAddressMode mode = TomahawkSettings::instance()->externalAddressMode();
|
||||
|
Reference in New Issue
Block a user