added Chrome Extension (chrome companion) icon
added icon for Chrome Companion so it can show in the active devices list
This commit is contained in:
@@ -638,6 +638,11 @@
|
||||
|
||||
return "<img src='css/images/chromecast/ic_media_route_on_holo_light.png' />";
|
||||
}
|
||||
if (clientLowered == "chrome companion") {
|
||||
|
||||
return "<img src='css/images/clients/chrome_companion.png' />";
|
||||
}
|
||||
|
||||
|
||||
return null;
|
||||
},
|
||||
@@ -1028,4 +1033,4 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
|
||||
.on('mouseleave.sessionItemMenu', '.playingSession', onHoverOut);
|
||||
};
|
||||
|
||||
})(jQuery, document, window);
|
||||
})(jQuery, document, window);
|
||||
|
||||
Reference in New Issue
Block a user