aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/lib/RecipeWebview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/lib/RecipeWebview.ts')
-rw-r--r--src/webview/lib/RecipeWebview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/lib/RecipeWebview.ts b/src/webview/lib/RecipeWebview.ts
index a896f1b6e..20be3f866 100644
--- a/src/webview/lib/RecipeWebview.ts
+++ b/src/webview/lib/RecipeWebview.ts
@@ -39,7 +39,7 @@ class RecipeWebview {
39 39
40 loopFunc = () => null; 40 loopFunc = () => null;
41 41
42 darkModeHandler = false; 42 darkModeHandler: ((darkMode: boolean, config: any) => void) | null = null;
43 43
44 // TODO Remove this once we implement a proper wrapper. 44 // TODO Remove this once we implement a proper wrapper.
45 get ipcRenderer() { 45 get ipcRenderer() {