[MM-54591] Use getVersion endpoint to report app name (#2862)

This commit is contained in:
Devin Binnie
2023-09-29 11:16:29 -04:00
committed by GitHub
parent 2a88175b09
commit 8281bbbb37
8 changed files with 42 additions and 16 deletions

View File

@@ -31,8 +31,6 @@ declare global {
getThumbnailLocation: (location: string) => Promise<string>;
};
desktop: {
getAppName: () => string;
quit: (reason: string, stack: string) => void;
openAppMenu: () => void;
closeServersDropdown: () => void;