From 417c403ba8e46dd97ffe656fc8761cb8c6380652 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 26 Nov 2023 17:10:11 +0100 Subject: Updated 13 files and added app/studio.php (automated) --- desktop/preload.js | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/preload.js') 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 -- cgit