effects/screenedge: Move it forward in the effect chain

Move the screen edge effect earlier in the effect chain so QML effects
can render their contents first, then draw screen edge glow.
This commit is contained in:
Vlad Zahorodnii 2022-05-19 10:58:39 +03:00
parent a2c91f9434
commit 843b3cfb2a

View file

@ -33,7 +33,7 @@ public:
int requestedEffectChainPosition() const override
{
return 90;
return 10;
}
private Q_SLOTS: