feat: refactor deeplnik handler

This commit is contained in:
Zamitto 2024-06-16 17:01:38 -03:00
parent 1bf2c8faf9
commit 16c4460011
5 changed files with 6 additions and 8 deletions

View file

@ -97,7 +97,6 @@ declare global {
/* Misc */
openExternal: (src: string) => Promise<void>;
getVersion: () => Promise<string>;
isUserLoggedIn: () => Promise<boolean>;
ping: () => string;
getDefaultDownloadsPath: () => Promise<string>;
showOpenDialog: (