await goBackToMainProcess in sticker-creator

This commit is contained in:
Fedor Indutny
2021-05-19 15:01:32 -07:00
committed by Scott Nonnenberg
parent be087c3498
commit bc146a54af
5 changed files with 9 additions and 9 deletions

2
ts/window.d.ts vendored
View File

@@ -263,7 +263,7 @@ declare global {
updateTrayIcon: (count: number) => void;
sqlInitializer: {
initialize: () => Promise<void>;
goBackToMainProcess: () => void;
goBackToMainProcess: () => Promise<void>;
};
Backbone: typeof Backbone;