effects/blendchanges: move effect chain position after blur and backgroundcontrast
This commit is contained in:
parent
51ad320962
commit
acb25fbd5e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue