Test commit to trigger prettier commit
This commit is contained in:
parent
7d3ec106f3
commit
23499aa2b3
2 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue