Skip to content

Commit 4371657

Browse files
committed
refactor(auth): update width of main window options
1 parent 4e49cb1 commit 4371657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/app/window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { menu } from "#main/config.js";
2222
options: {
2323
resizable: isDev(),
2424
show: false,
25-
width: 350,
25+
width: 500,
2626
height: 500,
2727
},
2828
})

0 commit comments

Comments
 (0)