File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ class ServerManagerView {
311
311
webContents . send ( 'toggle-sidebar' , state ) ;
312
312
} ) ;
313
313
314
- ipcRenderer . on ( 'toogle -silent' , ( event , state ) => {
314
+ ipcRenderer . on ( 'toggle -silent' , ( event , state ) => {
315
315
const webviews = document . querySelectorAll ( 'webview' ) ;
316
316
webviews . forEach ( webview => {
317
317
try {
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ class GeneralSection extends BaseSection {
180
180
const newValue = ! ConfigUtil . getConfigItem ( 'silent' , true ) ;
181
181
ConfigUtil . setConfigItem ( 'silent' , newValue ) ;
182
182
this . updateSilentOption ( ) ;
183
- currentBrowserWindow . send ( 'toogle -silent' , newValue ) ;
183
+ currentBrowserWindow . send ( 'toggle -silent' , newValue ) ;
184
184
}
185
185
} ) ;
186
186
}
You can’t perform that action at this time.
0 commit comments