Skip to content

Commit

Permalink
feat: update iconfont
Browse files Browse the repository at this point in the history
  • Loading branch information
awehook committed Mar 26, 2020
1 parent 24d8858 commit 2382818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blink-mind
Submodule blink-mind updated from f8f9e5 to e0724c
1 change: 1 addition & 0 deletions src/main/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class App {
app.on('ready', this.onReady);

app.on('second-instance', (event, argv, workingDirectory) => {
elog.log('second-instance', argv, 'workingDirectory:', workingDirectory);
const { filesToOpen } = this.cli.parseArgs(argv.slice(1));
this.openFilesToOpen(filesToOpen);
});
Expand Down
2 changes: 1 addition & 1 deletion src/main/window/window-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const log = debug('main:window-mgr');

const isDev = require('electron-is-dev');

let windowMgr;
let windowMgr: WindowMgr;

export class WindowMgr {
welcomeWindow: BrowserWindow;
Expand Down

0 comments on commit 2382818

Please sign in to comment.