chore: Prettified Code
ci skip
This commit is contained in:
parent
23499aa2b3
commit
6c7d0c8f24
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ export class utils {
|
||||||
},
|
},
|
||||||
seek: (seconds: number) => {
|
seek: (seconds: number) => {
|
||||||
bw.win.webContents.executeJavaScript(`MusicKit.getInstance().seekToTime(${seconds})`);
|
bw.win.webContents.executeJavaScript(`MusicKit.getInstance().seekToTime(${seconds})`);
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Paths for the application to use
|
* Paths for the application to use
|
||||||
|
@ -42,7 +42,7 @@ export class utils {
|
||||||
ciderCache: path.resolve(app.getPath("userData"), "CiderCache"),
|
ciderCache: path.resolve(app.getPath("userData"), "CiderCache"),
|
||||||
themes: path.resolve(app.getPath("userData"), "Themes"),
|
themes: path.resolve(app.getPath("userData"), "Themes"),
|
||||||
plugins: path.resolve(app.getPath("userData"), "Plugins"),
|
plugins: path.resolve(app.getPath("userData"), "Plugins"),
|
||||||
externals: path.resolve(app.getPath("userData"), "externals")
|
externals: path.resolve(app.getPath("userData"), "externals"),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -27,8 +27,8 @@ Sentry({
|
||||||
new Store();
|
new Store();
|
||||||
const Cider = new AppEvents();
|
const Cider = new AppEvents();
|
||||||
const CiderPlug = new Plugins();
|
const CiderPlug = new Plugins();
|
||||||
//to trigger the prettier test
|
//to trigger the prettier test
|
||||||
console.log("hello world")
|
console.log("hello world");
|
||||||
|
|
||||||
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
* App Event Handlers
|
* App Event Handlers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue