We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b181a22 commit 7490974Copy full SHA for 7490974
app/src/main-process/app-window.ts
@@ -235,7 +235,7 @@ export class AppWindow {
235
registerWindowStateChangedEvents(this.window)
236
this.window.loadURL(encodePathAsUrl(__dirname, 'index.html'))
237
238
- nativeTheme.addListener('updated', (event: string, userInfo: any) => {
+ nativeTheme.addListener('updated', () => {
239
ipcWebContents.send(this.window.webContents, 'native-theme-updated')
240
})
241
0 commit comments