effects/fade: Add a note reminding to remove FadeWindows option
This commit is contained in:
parent
24a474cb6c
commit
411443bc05
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class FadeEffect {
|
|||
loadConfig() {
|
||||
this.fadeInTime = animationTime(effect.readConfig("FadeInTime", 150));
|
||||
this.fadeOutTime = animationTime(effect.readConfig("FadeOutTime", 150)) * 4;
|
||||
this.fadeWindows = effect.readConfig("FadeWindows", true);
|
||||
this.fadeWindows = effect.readConfig("FadeWindows", true); // TODO Plasma 6: Remove it.
|
||||
}
|
||||
|
||||
static isFadeWindow(w) {
|
||||
|
|
Loading…
Reference in a new issue