From 3e8c556999b163ac0d854d1cb416f2bce5b19d68 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 2 Sep 2024 12:52:42 -0700 Subject: [PATCH] Fix white screen --- src-web/main.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src-web/main.tsx b/src-web/main.tsx index 1c6d63a2..5960bc0a 100644 --- a/src-web/main.tsx +++ b/src-web/main.tsx @@ -1,4 +1,5 @@ import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow'; +import { attachConsole } from '@tauri-apps/plugin-log'; import { type } from '@tauri-apps/plugin-os'; import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client';