effects/blendchanges: move effect chain position after blur and backgroundcontrast

This commit is contained in:
Mouse Zhang 2022-11-21 15:25:43 +08:00
parent 51ad320962
commit acb25fbd5e

View file

@ -31,6 +31,11 @@ public:
bool isActive() const override;
int requestedEffectChainPosition() const override
{
return 80;
}
public Q_SLOTS:
/**
* Called from DBus, this should be called before triggering any changes