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,