Skip to content

Commit

Permalink
Fixed directory selector for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Olmectron committed Jan 15, 2022
1 parent 863ac3e commit 950cdab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const url = require('url')
var PROTOCOL = 'file';
const WEB_FOLDER = 'public_web';

var testing=false;
var hideToolbarFull=true;
var testing=true;
var hideToolbarFull=false;

function setupInterceptFiles(){
electron.protocol.interceptFileProtocol(PROTOCOL, (request, callback) => {
// // Strip protocol
Expand Down

0 comments on commit 950cdab

Please sign in to comment.