mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Fix regression when core is running via DBus. Simulator page
is not updated because no simulatorConnectionChanged is emitted from the past.
This commit is contained in:
@@ -242,6 +242,8 @@ void MainWindow::init(const CRuntimeConfig &runtimeConfig)
|
|||||||
// whether init has been completed
|
// whether init has been completed
|
||||||
this->m_init = true;
|
this->m_init = true;
|
||||||
|
|
||||||
|
// We don't receive signals from the past. So ask for it simulate an initial signal
|
||||||
|
simulatorConnectionChanged(m_rt->getIContextSimulator()->isConnected());
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user