Skip to content

Commit

Permalink
Removing unnecessary access to user_data folder.
Browse files Browse the repository at this point in the history
This cause an error in macOS Big Sur #25
  • Loading branch information
jvolker committed Jul 15, 2021
1 parent e5429d3 commit 7402df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MIQ-Booking-Assistance/miq-assistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ function start(window, ipcMain) {
devtools: false,
// isMobile: true,
// hasTouch: true,
args: [`--window-size=1920,1080`],
userDataDir: "./user_data"
args: [`--window-size=1920,1080`]
});

// Use current page
Expand Down

0 comments on commit 7402df4

Please sign in to comment.