ov-components: Update MATERIAL_ICONS_URL to remove unnecessary icon names

master
Carlos Santos 2025-08-18 14:28:20 +02:00
parent 9e9684c4db
commit e1f16a6179
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export class VideoconferenceComponent implements OnDestroy, AfterViewInit {
private static readonly PARTICIPANT_NAME_TIMEOUT_MS = 1000; private static readonly PARTICIPANT_NAME_TIMEOUT_MS = 1000;
private static readonly ANIMATION_DURATION_MS = 300; private static readonly ANIMATION_DURATION_MS = 300;
private static readonly MATERIAL_ICONS_URL = private static readonly MATERIAL_ICONS_URL =
'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&icon_names=background_replace,keep_off'; 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined';
private static readonly MATERIAL_ICONS_SELECTOR = 'link[href*="Material+Symbols+Outlined"]'; private static readonly MATERIAL_ICONS_SELECTOR = 'link[href*="Material+Symbols+Outlined"]';
private static readonly SPINNER_DIAMETER = 50; private static readonly SPINNER_DIAMETER = 50;
// *** Toolbar *** // *** Toolbar ***