update layout to better fit
This commit is contained in:
@@ -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)");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user