added ipcRenderer.send("get-github-theme", "url")
This commit is contained in:
parent
ceb61e7e14
commit
fb65965d82
3 changed files with 23 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue