mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
update linux deploy script & fix warnings
This commit is contained in:
@@ -248,6 +248,7 @@ void AirPlayWindow::showTutorialView()
|
||||
m_stackedWidget->setCurrentWidget(m_tutorialWidget);
|
||||
if (m_tutorialPlayer) {
|
||||
m_tutorialPlayer->play();
|
||||
m_loadingIndicator->start();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,6 +388,7 @@ void AirPlayWindow::onClientConnectionChanged(bool connected)
|
||||
showStreamingView();
|
||||
} else {
|
||||
m_loadingLabel->setText("Waiting for device connection...");
|
||||
m_videoLabel->clear();
|
||||
showTutorialView();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user