Merge pull request #3114 from fieldOfView/fix_network_rewrite_topbar_icon

Fix updating icon in the top bar
This commit is contained in:
ChrisTerBeke 2018-01-10 10:28:31 +01:00 committed by GitHub
commit 56326d286f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ class MonitorStage(CuraStage):
def _onEngineCreated(self):
# We can only connect now, as we need to be sure that everything is loaded (plugins get created quite early)
Application.getInstance().getMachineManager().outputDevicesChanged.connect(self._onOutputDevicesChanged)
self._onOutputDevicesChanged()
self._updateMainOverlay()
self._updateSidebar()
self._updateIconSource()