Merge PR #237: Add missing icon for the loopback bearer type

This commit is contained in:
Jenkins 2019-09-01 01:51:45 +02:00
commit ce48ef05c8

View File

@ -154,6 +154,8 @@ Page {
return "../images/bluetooth.svg";
case Connection.BearerTypeCloud:
return "../images/cloud.svg"
case Connection.BearerTypeLoopback:
return "qrc:/styles/%1/logo.svg".arg(styleController.currentStyle)
}
return ""
}