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
Bluedevil
Commits
23010e59
Commit
23010e59
authored
Dec 23, 2021
by
Nicolas Fella
Browse files
Call a phone a phone
Instead of listing its capabilities
parent
81270cb6
Pipeline
#113561
passed with stage
in 55 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/applet/package/contents/ui/DeviceItem.qml
View file @
23010e59
...
...
@@ -263,6 +263,10 @@ PlasmaExtras.ExpandableListItem {
labels
.
push
(
i18n
(
"
Input device
"
));
break
;
case
BluezQt.Device.Phone
:
labels
.
push
(
i18n
(
"
Phone
"
));
break
;
default
:
var
profiles
=
[];
...
...
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