Skip to content

Commit 6e9c4e0

Browse files
committed
fix: electron border
1 parent 9577033 commit 6e9c4e0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

chat2db-client/src/main/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ function createWindow() {
2525
minWidth: 1080,
2626
minHeight: 720,
2727
show: false,
28-
frame: false, // 无边框
29-
titleBarStyle: 'hidden',
3028
webPreferences: {
3129
webSecurity: false,
3230
spellcheck: false, // 禁用拼写检查器

chat2db-client/src/main/main.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */

0 commit comments

Comments
 (0)