From cf86a2fd054fdb362085ebc2c56772dc27a04b98 Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Tue, 21 May 2024 18:59:49 -0300 Subject: [PATCH] chore: Improve clear cache (#2869) --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index da316ff817..60e7ecfe11 100644 --- a/src/main.ts +++ b/src/main.ts @@ -100,6 +100,7 @@ const start = async (): Promise => { watchAndPersistChanges(); handleJitsiDesktopCapturerGetSources(); handleDesktopCapturerGetSources(); + handleClearCacheDialog(); startDocumentViewerHandler(); checkSupportedVersionServers();