Skip to content

Commit d355aac

Browse files
committed
fix: console showing
1 parent 79422ab commit d355aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function create_window() {
3737
const is_dark_mode = store.get("dark_mode", nativeTheme.shouldUseDarkColors);
3838
nativeTheme.themeSource = is_dark_mode ? "dark" : "light";
3939

40-
main_window.webContents.openDevTools();
40+
//main_window.webContents.openDevTools();
4141
}
4242

4343
// Set the app name

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sprite-packer",
33
"productName": "Sprite Packer",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"main": "main.js",
66
"scripts": {
77
"start": "electron .",

0 commit comments

Comments
 (0)