Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
update icons and add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLong committed Mar 30, 2019
1 parent 374bc32 commit d08fb35
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const { app, dialog, Tray, Menu } = require('electron');
const debug = require('electron-debug');

const path = require('path');
const fs = require('fs');
const url = require('url');
Expand Down Expand Up @@ -61,9 +63,12 @@ if (IS_DEV || IS_DEBUG) log.warn(`Running in ${IS_DEV ? 'dev' : 'debug'} mode`);
let trayIcon = path.join(__dirname, 'src/assets/tray.png');
let trayIconHide = path.join(__dirname, 'src/assets/trayon.png');

debug();

let win;
let tray;


function createWindow() {
// Create the browser window.
let darkmode = settings.get('darkmode', true);
Expand Down
55 changes: 55 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ag-grid-community": "^19.1.4",
"async": "^2.6.2",
"csv-writer": "^1.2.0",
"electron-debug": "^2.1.0",
"electron-log": "^2.2.17",
"electron-store": "^2.0.0",
"fnv-plus": "^1.2.12",
Expand Down
Binary file modified src/assets/icon.icns
Binary file not shown.

0 comments on commit d08fb35

Please sign in to comment.