refactor/sidebar-socials: refactor & adjust code

This commit is contained in:
Guilherme Viana 2024-04-19 16:47:07 -03:00
parent 68e4612f47
commit 3ed9c367ea
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>;