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
9fb13aa2
Commit
9fb13aa2
authored
Dec 24, 2021
by
Nicolas Fella
Committed by
Nate Graham
Dec 24, 2021
Browse files
[kcm] Fix device type detection for AudioVideo devices
(cherry picked from commit
e37c7b32
)
parent
342ccaa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/package/contents/ui/Device.qml
View file @
9fb13aa2
...
...
@@ -164,7 +164,7 @@ SimpleKCM {
return
i18nc
(
"
This device is a Headset
"
,
"
Headset
"
);
case
BluezQt.Device.Headphones
:
return
i18nc
(
"
This device is a Headphones
"
,
"
Headphones
"
);
case
BluezQt.Device.
Device
AudioVideo
:
case
BluezQt.Device.AudioVideo
:
return
i18nc
(
"
This device is an Audio device
"
,
"
Audio
"
);
case
BluezQt.Device.Keyboard
:
return
i18nc
(
"
This device is a Keyboard
"
,
"
Keyboard
"
);
...
...
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