File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ import settings from './settings';
88import { setFavicon } from '../../util/common' ;
99import { updateName } from '../../util/roomName' ;
1010
11- import LogoSVG from '../../../public/res/svg/cinny.svg' ;
12- import LogoUnreadSVG from '../../../public/res/svg/cinny-unread.svg' ;
13- import LogoHighlightSVG from '../../../public/res/svg/cinny-highlight.svg' ;
11+ // import LogoSVG from '../../../public/res/svg/cinny.svg';
12+ // import LogoUnreadSVG from '../../../public/res/svg/cinny-unread.svg';
13+ // import LogoHighlightSVG from '../../../public/res/svg/cinny-highlight.svg';
1414import { html , plain } from '../../util/markdown' ;
1515
16+ const LogoSVG = './public/res/png/cinny.png' ;
17+ const LogoUnreadSVG = './public/res/png/cinny-unread.png' ;
18+ const LogoHighlightSVG = './public/res/png/cinny-highlight.png' ;
19+
1620function isNotifEvent ( mEvent ) {
1721 const eType = mEvent . getType ( ) ;
1822 if ( ! cons . supportEventTypes . includes ( eType ) ) return false ;
You can’t perform that action at this time.
0 commit comments