1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:18:09 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-06 19:49:51 +02:00
parent a13485d678
commit 23678d81a2
2 changed files with 31 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ unset($__platformDir);
var supportsLayout = !!(window.CSS && CSS.supports && CSS.supports('object-fit', 'cover'));
var logoEnabled = !!(stage && supportsSvg && supportsLayout);
var logoBuild = '20260606globe11';
var logoBuild = '20260606globe12';
function hubAsset(rel) {
var link = document.querySelector('link[href*="hub.css"]');