[MM-54321] Expose app name through the API correctly (#2813)

This commit is contained in:
Devin Binnie
2023-09-01 11:47:13 -04:00
committed by GitHub
parent 8bf7a59721
commit b36b40e017
5 changed files with 8 additions and 10 deletions

View File

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