effects/fade: Add a note reminding to remove FadeWindows option

This commit is contained in:
Vlad Zahorodnii 2021-05-01 22:18:41 +03:00
parent 24a474cb6c
commit 411443bc05

View file

@ -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) {