From 664222eb76cc7051df188cd190c40de69d907f08 Mon Sep 17 00:00:00 2001 From: chinonso098 Date: Fri, 27 Sep 2024 12:40:47 -0400 Subject: [PATCH] still in prog --- src/app/shared/system-service/file.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/system-service/file.service.ts b/src/app/shared/system-service/file.service.ts index 7a67f6f..b462ac6 100644 --- a/src/app/shared/system-service/file.service.ts +++ b/src/app/shared/system-service/file.service.ts @@ -710,7 +710,7 @@ export class FileService{ private addAppAssociaton(appname:string, img:string):void{ if(!this._fileAndAppIconAssociation.get(appname)){ - if(appname === 'photoviewer' || appname === 'videoplayer' || appname === 'audioplayer'){ + if(appname === 'photoviewer' || appname === 'videoplayer' || appname === 'audioplayer' || appname === 'ruffle'){ this._fileAndAppIconAssociation.set(appname,`${this._consts.IMAGE_BASE_PATH}${appname}.png`); }else{ this._fileAndAppIconAssociation.set(appname,img);