From 1ef2e0cac119032619861d2b35d23fc44a3c2992 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 15 Aug 2024 11:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index b57a9c5..bc324db 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -200,6 +200,7 @@ const App: React.FC = () => { switch (path) { case '/login': onStop() + setIsSignalr(true) window.electron.setMainWindowSize({ width: 752, height: 520,