mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Toggle between db in renderer and in main
This commit is contained in:
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
@@ -250,6 +250,7 @@ declare global {
|
||||
updateTrayIcon: (count: number) => void;
|
||||
sqlInitializer: {
|
||||
initialize: () => Promise<void>;
|
||||
goBackToMainProcess: () => void;
|
||||
};
|
||||
|
||||
Backbone: typeof Backbone;
|
||||
|
||||
Reference in New Issue
Block a user