This commit is contained in:
yj 2024-08-15 11:14:24 +08:00
parent 4834e1a21f
commit 1ef2e0cac1
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ const App: React.FC = () => {
switch (path) { switch (path) {
case '/login': case '/login':
onStop() onStop()
setIsSignalr(true)
window.electron.setMainWindowSize({ window.electron.setMainWindowSize({
width: 752, width: 752,
height: 520, height: 520,