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

Avoid initial Search animation

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

This 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 cc1064ce
Pipeline #393328 passed with stage
in 7 minutes and 44 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