This commit is contained in:
parent
4834e1a21f
commit
1ef2e0cac1
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue