Skip to content

Commit 868c947

Browse files
committed
📦 enable frame and rename application title
1 parent 0769724 commit 868c947

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>easy-qr-code</title>
5+
<title>Easy QR Code</title>
66
<style>
77
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
88
color: #d8dbe0;

src/main/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function createWindow() {
2121
height: 563,
2222
useContentSize: true,
2323
resizable: process.env.NODE_ENV === 'development',
24-
frame: false, // process.env.NODE_ENV === 'development',
2524
backgroundColor: '#e0e5e6',
2625
});
2726
mainWindow.loadURL(winURL);

0 commit comments

Comments
 (0)