await goBackToMainProcess
in sticker-creator
This commit is contained in:

committed by
Scott Nonnenberg

parent
be087c3498
commit
bc146a54af
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
@@ -263,7 +263,7 @@ declare global {
|
||||
updateTrayIcon: (count: number) => void;
|
||||
sqlInitializer: {
|
||||
initialize: () => Promise<void>;
|
||||
goBackToMainProcess: () => void;
|
||||
goBackToMainProcess: () => Promise<void>;
|
||||
};
|
||||
|
||||
Backbone: typeof Backbone;
|
||||
|
Reference in New Issue
Block a user