mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Hide now-playing push groupbox unless on osx
This commit is contained in:
@@ -124,6 +124,7 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
|||||||
#ifdef Q_WS_MAC
|
#ifdef Q_WS_MAC
|
||||||
ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );
|
ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );
|
||||||
#else
|
#else
|
||||||
|
ui->nowPlaying->hide();
|
||||||
ui->checkBoxEnableAdium->hide();
|
ui->checkBoxEnableAdium->hide();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user