mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 02:27:44 +00:00
Resync the device status pages
This commit is contained in:
@@ -541,6 +541,20 @@ void MonitorPanel::jump_to_LiveView()
|
||||
m_status_info_panel->get_media_play_ctrl()->jump_to_play();
|
||||
}
|
||||
|
||||
void MonitorPanel::jump_to_Rack()
|
||||
{
|
||||
if (!this->IsShown()) {
|
||||
return;
|
||||
}
|
||||
|
||||
auto page = m_tabpanel->GetCurrentPage();
|
||||
if (page && page != m_status_info_panel) {
|
||||
m_tabpanel->SetSelection(PT_STATUS);
|
||||
}
|
||||
|
||||
m_status_info_panel->jump_to_Rack();
|
||||
}
|
||||
|
||||
void MonitorPanel::update_network_version_footer()
|
||||
{
|
||||
std::string binary_version = Slic3r::NetworkAgent::get_version();
|
||||
|
||||
Reference in New Issue
Block a user