Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
This commit is contained in:
commit
8c0bf85419
3 changed files with 26 additions and 2 deletions
|
@ -697,6 +697,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