fix linting

This commit is contained in:
Anton Bracke 2022-02-22 20:07:36 +01:00
parent ce3d829041
commit 445bcaf130
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -5,7 +5,7 @@ import electronIsDev from "electron-is-dev";
import settings from "./settings";
export async function updateAutoLaunch() {
let isAutoLaunchEnabled = settings.get("auto_launch_enabled");
const isAutoLaunchEnabled = settings.get("auto_launch_enabled");
// Don't run this in development
if (electronIsDev) {