Merge PR #237: Add missing icon for the loopback bearer type
This commit is contained in:
commit
ce48ef05c8
@ -154,6 +154,8 @@ Page {
|
|||||||
return "../images/bluetooth.svg";
|
return "../images/bluetooth.svg";
|
||||||
case Connection.BearerTypeCloud:
|
case Connection.BearerTypeCloud:
|
||||||
return "../images/cloud.svg"
|
return "../images/cloud.svg"
|
||||||
|
case Connection.BearerTypeLoopback:
|
||||||
|
return "qrc:/styles/%1/logo.svg".arg(styleController.currentStyle)
|
||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user