mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge pull request #3114 from fieldOfView/fix_network_rewrite_topbar_icon
Fix updating icon in the top bar
This commit is contained in:
commit
56326d286f
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue