Skip to content

Commit c53d6fa

Browse files
author
liaotonglang
committed
new version
1 parent d3a61b3 commit c53d6fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sguala",
33
"productName": "sguala",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "My Electron application description",
66
"main": ".webpack/main",
77
"scripts": {

src/main/main.ts

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const createWindow = async () => {
4242
height: 600,
4343
width: 800,
4444
autoHideMenuBar: true,
45-
// frame: false,
4645
titleBarStyle: 'hidden',
4746
titleBarOverlay: {
4847
color: '#1976d2',

0 commit comments

Comments
 (0)