Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
411443bc
Commit
411443bc
authored
May 01, 2021
by
Vlad Zahorodnii
Browse files
effects/fade: Add a note reminding to remove FadeWindows option
parent
24a474cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/effects/fade/package/contents/code/main.js
View file @
411443bc
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment