Add missing icon for the loopback bearer type

This commit is contained in:
Michael Zanetti 2019-08-31 02:47:30 +02:00
parent 31b05c81a6
commit e1989054c3

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 ""
}