1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

make the checkbox to disable notifications avalible on windows

This commit is contained in:
Patrick von Reth
2014-07-15 09:37:49 +02:00
parent db09d27723
commit 3fce30e64b

View File

@@ -96,7 +96,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
m_advancedWidgetUi->checkBoxHttp->setChecked( s->httpEnabled() );
m_advancedWidgetUi->checkBoxListenApi->setChecked( s->httpBindAll() );
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 );
#endif