mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
Merge pull request #241 from TheOneRing/disable_notifiy_win
make the checkbox to disable notifications avalible on windows
This commit is contained in:
@@ -96,7 +96,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
|||||||
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
|
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
|
||||||
m_advancedWidgetUi->checkBoxListenApi->setChecked( s->httpBindAll() );
|
m_advancedWidgetUi->checkBoxListenApi->setChecked( s->httpBindAll() );
|
||||||
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
|
m_advancedWidgetUi->checkBoxSongChangeNotifications->setChecked( s->songChangeNotificationEnabled() );
|
||||||
#ifndef Q_OS_LINUX // no backends on OSX or Win so far
|
#ifdef Q_OS_MAC // no backends on OSX so far
|
||||||
m_advancedWidgetUi->checkBoxSongChangeNotifications->setVisible( false );
|
m_advancedWidgetUi->checkBoxSongChangeNotifications->setVisible( false );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user