We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a61b3 commit c53d6faCopy full SHA for c53d6fa
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sguala",
3
"productName": "sguala",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"description": "My Electron application description",
6
"main": ".webpack/main",
7
"scripts": {
src/main/main.ts
@@ -42,7 +42,6 @@ const createWindow = async () => {
42
height: 600,
43
width: 800,
44
autoHideMenuBar: true,
45
- // frame: false,
46
titleBarStyle: 'hidden',
47
titleBarOverlay: {
48
color: '#1976d2',
0 commit comments