mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16: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
|
||||
ui->checkBoxEnableAdium->setChecked( s->nowPlayingEnabled() );
|
||||
#else
|
||||
ui->nowPlaying->hide();
|
||||
ui->checkBoxEnableAdium->hide();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user