mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
spellcheck in tabs
This commit is contained in:
parent
68cee85508
commit
970c24dbbd
@ -97,6 +97,7 @@ window.onload = () => {
|
||||
webview.shadowRoot.childNodes.item(1).style.height = "100%"
|
||||
webview.enableremotemodule = true
|
||||
webview.nodeintegration = false
|
||||
webview.spellcheck = true
|
||||
webview.webpreferences = "nativeWindowOpen=yes"
|
||||
webview.enableblinkfeatures = "EnumerateDevices,AudioOutputDevices"
|
||||
webview.addEventListener("ipc-message", function(...ev){ // TODO: Why don't we receive Ipc Messages, but they get processed anyway (notification, etc) ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user