summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtspotifymain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtspotifymain.cpp b/qtspotifymain.cpp
index 21c6231..b383672 100644
--- a/qtspotifymain.cpp
+++ b/qtspotifymain.cpp
@@ -298,6 +298,7 @@ void QtSpotifyMain::initPlayBackHandlingState(QState *playBackHandlingState)
{
playingState->setObjectName("playingState");
playingState->assignProperty(m_ui.actionPlayOrStop, "enabled", true);
+ playingState->assignProperty(m_ui.topLevelTabs, "currentIndex", 2);
connect(playingState, SIGNAL(entered()), this, SLOT(play()));
playingState->assignProperty(m_ui.actionPauseOrResume, "enabled", true);
playingState->assignProperty(m_ui.playButton, "enabled", true);