diff options
Diffstat (limited to 'desktop/preload.js')
-rw-r--r-- | desktop/preload.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/preload.js b/desktop/preload.js index 2b37f60..4c85000 100644 --- a/desktop/preload.js +++ b/desktop/preload.js @@ -6,4 +6,5 @@ contextBridge.exposeInMainWorld('MistNative', { about: () => ipcRenderer.invoke('about'), notification: (song, img) => ipcRenderer.invoke('notification', song, img), userInfo: (ui) => ipcRenderer.invoke('userInfo', ui), + studio: () => ipcRenderer.invoke('studio') })
\ No newline at end of file |