Skip to content
Snippets Groups Projects
Unverified Commit ac5c9a88 authored by Scott Robertson's avatar Scott Robertson Committed by GitHub
Browse files

Fixing `source` typo (#27583)

parent 59d1b650
No related merge requests found
......@@ -154,7 +154,7 @@ function createWindow () {
})
ipcMain.handle('dark-mode:system', () => {
nativeTheme.themeSouce = 'system'
nativeTheme.themeSource = 'system'
})
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment