We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79422ab commit d355aacCopy full SHA for d355aac
main.js
@@ -37,7 +37,7 @@ function create_window() {
37
const is_dark_mode = store.get("dark_mode", nativeTheme.shouldUseDarkColors);
38
nativeTheme.themeSource = is_dark_mode ? "dark" : "light";
39
40
- main_window.webContents.openDevTools();
+ //main_window.webContents.openDevTools();
41
}
42
43
// Set the app name
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sprite-packer",
3
"productName": "Sprite Packer",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"main": "main.js",
6
"scripts": {
7
"start": "electron .",
0 commit comments