Skip to content

Commit

Permalink
Merge branch 'development' into ui-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgthanhan committed Dec 30, 2022
2 parents acfdc0a + 3624dc7 commit 135fb13
Show file tree
Hide file tree
Showing 26 changed files with 7,467 additions and 649 deletions.
3 changes: 1 addition & 2 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ const jimp = require("jimp");
const pkgInfo = require("./package.json");
const QueueHandler = require("./pencil-core/common/QueueHandler");
const sharedUtil = require("./pencil-core/common/shared-util");

const dialog = remote.dialog;

const freehand = require("perfect-freehand");
tmp.setGracefulCleanup();

// webFrame.registerURLSchemeAsPrivileged("file");
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ app.on('ready', function() {
}
});

}, function (error, scheme) {
if (error) {
console.log("ERROR REGISTERING", error);
}
});


Expand Down
Loading

0 comments on commit 135fb13

Please sign in to comment.