mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 15:31:59 +02:00
* Removed InfoBar from welcome page.
This commit is contained in:
parent
7ee6db41d6
commit
37e77f4fd7
@ -719,6 +719,7 @@ ViewManager::updateView()
|
||||
else
|
||||
m_topbar->setVisible( true );
|
||||
|
||||
m_infobar->setVisible( currentPage()->showInfoBar() );
|
||||
m_infobar->setCaption( currentPage()->title() );
|
||||
m_infobar->setDescription( currentPage()->description() );
|
||||
m_infobar->setLongDescription( currentPage()->longDescription() );
|
||||
|
@ -46,6 +46,7 @@ public:
|
||||
virtual QPixmap pixmap() const { return QPixmap( RESPATH "icons/tomahawk-icon-128x128.png" ); }
|
||||
|
||||
virtual bool showStatsBar() const { return true; }
|
||||
virtual bool showInfoBar() const { return true; }
|
||||
virtual bool showModes() const { return false; }
|
||||
virtual bool showFilter() const { return false; }
|
||||
virtual bool queueVisible() const { return true; }
|
||||
|
@ -87,6 +87,7 @@ public:
|
||||
virtual QString description() const { return QString(); }
|
||||
|
||||
virtual bool showStatsBar() const { return false; }
|
||||
virtual bool showInfoBar() const { return false; }
|
||||
|
||||
virtual bool jumpToCurrentTrack() { return false; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user