Skip to content

Commit

Permalink
Update main.qml
Browse files Browse the repository at this point in the history
Added HeadSet icon
  • Loading branch information
xpt3 committed Nov 21, 2022
1 parent ed0d03f commit 09b3225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/contents/ui/main.qml
Expand Up @@ -46,6 +46,8 @@ Item {
return "audio-speakers-symbolic";
} else if (port.name.indexOf("headphones") !== -1) {
return "audio-headphones";
} else if (port.name.indexOf("headset") !== -1) {
return "audio-headset";
} else if (port.name.indexOf("hdmi") !== -1) {
return "video-television";
} else if (port.name.indexOf("mic") !== -1) {
Expand Down

0 comments on commit 09b3225

Please sign in to comment.