Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
23c6e92d
Commit
23c6e92d
authored
May 20, 2022
by
Devin Lin
🎨
Browse files
quicksettings: Remove debug message
parent
c10bf99b
Pipeline
#179251
passed with stage
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/actiondrawer/quicksettings/BrightnessItem.qml
View file @
23c6e92d
...
...
@@ -29,7 +29,6 @@ Item {
return
;
root
.
disableBrightnessUpdate
=
true
;
console
.
log
(
pmSource
.
data
[
"
PowerDevil
"
][
"
Screen Brightness
"
]);
root
.
screenBrightness
=
pmSource
.
data
[
"
PowerDevil
"
][
"
Screen Brightness
"
];
root
.
disableBrightnessUpdate
=
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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