Skip to content

Commit 979dac1

Browse files
committed
fix:holdingService
1 parent 127a440 commit 979dac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat2db-client/src/main/preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ contextBridge.exposeInMainWorld('electronApi', {
4949
ipcRenderer.send('set-base-url', baseUrl);
5050
},
5151
setForceQuitCode: (code) => {
52-
ipcRenderer.send('set-force-quit-code', code);
52+
ipcRenderer.send('set-force-quit-code', !code);
5353
},
5454
registerAppMenu: (menuProps) => {
5555
ipcRenderer.send('register-app-menu', menuProps);

0 commit comments

Comments
 (0)