Skip to content
Commit fb619d1d authored by David Edmundson's avatar David Edmundson
Browse files

PlasmaExtras: Avoid initial Search animation

The search bar has a feature where it shows an icon if it does not have
activeFocus.

This also runs on startup as QML is evaluated before the window is
visible. When the window is finally shown, the focus is set correctly,
but at that point it's considered a change and the animations play.

This means the placeholder text can be seen moving on the first open
which looks glitchy.
parent f1a5bacb
Pipeline #393313 passed with stage
in 1 minute and 42 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment