added ipcRenderer.send("get-github-theme", "url")

This commit is contained in:
booploops 2022-02-11 19:05:59 -08:00
parent ceb61e7e14
commit fb65965d82
3 changed files with 23 additions and 2 deletions

View file

@ -693,6 +693,11 @@ const app = new Vue({
console.log(e)
}
ipcRenderer.on("theme-installed", (event, arg) => {
notyf.success("Theme installed")
//app.setTheme(arg)
})
MusicKit.getInstance().videoContainerElement = document.getElementById("apple-music-video-player")
ipcRenderer.on('SoundCheckTag', (event, tag) => {