update layout to better fit

This commit is contained in:
Maik Jurischka
2025-12-19 06:50:52 +01:00
parent 34148a592a
commit 7313592993
3 changed files with 18 additions and 18 deletions

View File

@@ -244,7 +244,7 @@ void GStreamerPipelineWidget::onQuickStart()
// Step 3: Start stream
m_socketClient->sendCommand("start_stream", QJsonObject(),
[this](const QJsonObject& response) {
updateStatus("Streaming started - Switch to Video Viewer tab and click 'Start Viewer'", true);
updateStatus("Streaming started - Click 'Start Viewer' on the left to view", true);
m_quickStartBtn->setEnabled(true);
m_quickStartBtn->setText("⚡ Quick Start (Auto Configure & Stream)");
},