Test commit to trigger prettier commit

This commit is contained in:
Core 2022-08-04 21:13:43 +01:00
parent 7d3ec106f3
commit 23499aa2b3
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,6 @@ import * as path from "path";
import { Store } from "./store";
import { BrowserWindow as bw } from "./browserwindow";
import { app, BrowserWindow, ipcMain } from "electron";
import fetch from "electron-fetch";
import ElectronStore from "electron-store";
export class utils {
@ -28,7 +27,7 @@ export class utils {
},
seek: (seconds: number) => {
bw.win.webContents.executeJavaScript(`MusicKit.getInstance().seekToTime(${seconds})`);
},
}
};
/**
* Paths for the application to use
@ -43,7 +42,7 @@ export class utils {
ciderCache: path.resolve(app.getPath("userData"), "CiderCache"),
themes: path.resolve(app.getPath("userData"), "Themes"),
plugins: path.resolve(app.getPath("userData"), "Plugins"),
externals: path.resolve(app.getPath("userData"), "externals"),
externals: path.resolve(app.getPath("userData"), "externals")
};
/**

View file

@ -27,6 +27,8 @@ Sentry({
new Store();
const Cider = new AppEvents();
const CiderPlug = new Plugins();
//to trigger the prettier test
console.log("hello world")
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* App Event Handlers