update linux deploy script & fix warnings

This commit is contained in:
uncor3
2026-01-20 00:11:59 +00:00
parent 2102e6d072
commit d8325c0223
18 changed files with 118 additions and 44 deletions
+2
View File
@@ -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();
}
}