refactor/sidebar-socials: refactor & adjust code

This commit is contained in:
Guilherme Viana 2024-04-19 16:47:07 -03:00
parent 4725a2e32a
commit a65704e735
6 changed files with 42 additions and 57 deletions

View file

@ -78,7 +78,7 @@ declare global {
/* Misc */
getOrCacheImage: (url: string) => Promise<string>;
openExternalUrl: (url: string) => void;
openExternal: (src: string) => Promise<void>;
getVersion: () => Promise<string>;
ping: () => string;
getDefaultDownloadsPath: () => Promise<string>;