Skip to content

Commit

Permalink
fix: electron border
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed Apr 8, 2024
1 parent 9577033 commit 6e9c4e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chat2db-client/src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function createWindow() {
minWidth: 1080,
minHeight: 720,
show: false,
frame: false, // 无边框
titleBarStyle: 'hidden',
webPreferences: {
webSecurity: false,
spellcheck: false, // 禁用拼写检查器
Expand Down
8 changes: 8 additions & 0 deletions chat2db-client/src/main/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions chat2db-client/src/main/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */

0 comments on commit 6e9c4e0

Please sign in to comment.