diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-26 17:10:11 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-26 17:10:11 +0100 |
commit | 417c403ba8e46dd97ffe656fc8761cb8c6380652 (patch) | |
tree | 208c8d5aa23ca4b8ddc35d2b37159ab4ab07b901 /desktop/preload.js | |
parent | e1fe55e82cc4af07a5e4544de1629b9d25c9ce2b (diff) | |
download | mist-417c403ba8e46dd97ffe656fc8761cb8c6380652.tar.gz mist-417c403ba8e46dd97ffe656fc8761cb8c6380652.tar.bz2 mist-417c403ba8e46dd97ffe656fc8761cb8c6380652.zip |
Updated 13 files and added app/studio.php (automated)
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 |