Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit b210816

Browse files
authored
Optimization
1 parent c3907e2 commit b210816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ contextBridge.exposeInMainWorld('electronAPI', {
88
minimizeApp: () => ipcRenderer.send('minimize-app'),
99
maximizeApp: () => ipcRenderer.send('maximize-app'),
1010
onTabsUpdated: (callback) => ipcRenderer.on('tabs-updated', (_, tabs) => callback(tabs))
11-
});
11+
});

0 commit comments

Comments
 (0)