mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Disable the fade on the monitor blue overlay to prevent the annoying "flash of blue" problem
CL-457 CL-468
This commit is contained in:
parent
e04a63d337
commit
7aa2f5f0b8
@ -386,7 +386,10 @@ UM.MainWindow
|
||||
visible: opacity > 0
|
||||
opacity: base.showPrintMonitor ? 1 : 0
|
||||
|
||||
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
// Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||
|
||||
// ^ This has been turned off to prevent the flash of blue when switch from
|
||||
// Monitor tab to Prepare in combination with a Cura Connect printer.
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user