Skip to content

Commit

Permalink
fix: console showing
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderFoo committed Dec 11, 2024
1 parent 79422ab commit d355aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function create_window() {
const is_dark_mode = store.get("dark_mode", nativeTheme.shouldUseDarkColors);
nativeTheme.themeSource = is_dark_mode ? "dark" : "light";

main_window.webContents.openDevTools();
//main_window.webContents.openDevTools();
}

// Set the app name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sprite-packer",
"productName": "Sprite Packer",
"version": "1.2.1",
"version": "1.2.2",
"main": "main.js",
"scripts": {
"start": "electron .",
Expand Down

0 comments on commit d355aac

Please sign in to comment.