mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Tray notification icon dot
This commit is contained in:
@@ -22,7 +22,9 @@ contextBridge.exposeInMainWorld('interopApi', {
|
||||
const validChannels = ['launch-command'];
|
||||
|
||||
contextBridge.exposeInMainWorld('electron', {
|
||||
getArch: () => ipcRenderer.invoke('getArch'),
|
||||
getArch: () => ipcRenderer.invoke('app:getArch'),
|
||||
setTrayIconNotification: (notify) =>
|
||||
ipcRenderer.invoke('app:setTrayIconNotification', notify),
|
||||
openFileDialog: () => ipcRenderer.invoke('dialog:openFile'),
|
||||
openDirectoryDialog: () => ipcRenderer.invoke('dialog:openDirectory'),
|
||||
onWindowPositionChanged: (callback) =>
|
||||
|
||||
Reference in New Issue
Block a user