File structure update - all source files now in src directory, cider-ui renamed to renderer, main/backend-related files in main directory, base implementation of mpris and start of backend rework
This commit is contained in:
parent
29be5dd481
commit
7d3e513187
85 changed files with 114 additions and 10 deletions
8
src/preload/cider-preload.js
Normal file
8
src/preload/cider-preload.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const electron = require('electron')
|
||||
|
||||
console.log('Loaded Preload')
|
||||
|
||||
process.once('loaded', () => {
|
||||
console.log("Setting ipcRenderer")
|
||||
global.ipcRenderer = electron.ipcRenderer;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue