Skip to content

Commit

Permalink
Merge branch 'main' into feature/electronv25
Browse files Browse the repository at this point in the history
* main:
  Fix import order error
  • Loading branch information
acrosman committed Jul 31, 2023
2 parents 0871f8d + 7159db6 commit ae89c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');
const { app, BrowserWindow, Menu } = require('electron'); // eslint-disable-line
const fs = require('fs-extra');
const path = require('path');

const appPath = app.getAppPath();
const settingsPath = path.join(app.getPath('userData'), 'preferences.json');
Expand Down

0 comments on commit ae89c4a

Please sign in to comment.