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 Desktop
Commits
05e6824e
Commit
05e6824e
authored
Jan 27, 2022
by
ivan tkachenko
Committed by
Nate Graham
Jan 28, 2022
Browse files
[applets/touchpad] Remove unused property hasMouse
Amends
7271ba00
parent
bd409a43
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/touchpad/applet/qml/contents/ui/touchpad.qml
View file @
05e6824e
...
...
@@ -33,7 +33,6 @@ Item {
readonly
property
bool
hasTouchpad
:
typeof
dataSource
.
data
.
touchpad
!==
"
undefined
"
&&
dataSource
.
data
.
touchpad
.
workingTouchpadFound
readonly
property
bool
touchpadEnabled
:
hasTouchpad
?
dataSource
.
data
.
touchpad
.
enabled
:
false
readonly
property
bool
hasMouse
:
hasTouchpad
?
dataSource
.
data
.
touchpad
.
mousePluggedIn
:
false
Plasmoid.preferredRepresentation
:
Plasmoid
.
compactRepresentation
Plasmoid.icon
:
touchpadEnabled
?
"
input-touchpad-on
"
:
"
input-touchpad-off
"
...
...
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