mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
settings-search: isolate cursor blinking in a separate layer.
This commit is contained in:
@@ -739,6 +739,7 @@ Item {
|
||||
inputIconName: "search"
|
||||
visible: opacity > 0
|
||||
opacity: root.sidebarExpanded ? 1.0 : 0.0
|
||||
layer.enabled: true // Isolate cursor blink rendering for Nvidia compatibility
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
|
||||
Reference in New Issue
Block a user