mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:25:56 +08: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
@ -77,6 +77,7 @@ class MonitorStage(CuraStage):
|
|||||||
def _onEngineCreated(self):
|
def _onEngineCreated(self):
|
||||||
# We can only connect now, as we need to be sure that everything is loaded (plugins get created quite early)
|
# 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)
|
Application.getInstance().getMachineManager().outputDevicesChanged.connect(self._onOutputDevicesChanged)
|
||||||
|
self._onOutputDevicesChanged()
|
||||||
self._updateMainOverlay()
|
self._updateMainOverlay()
|
||||||
self._updateSidebar()
|
self._updateSidebar()
|
||||||
self._updateIconSource()
|
self._updateIconSource()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user