1
0
mirror of https://github.com/NicolasConstant/sengi synced 2024-12-22 21:58:59 +01:00

changed ipc channel name

This commit is contained in:
Nicolas Constant 2023-08-05 18:03:22 -04:00
parent c0f03570a0
commit 4511363408
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -10,7 +10,7 @@ export class MyElectronService {
setLang(lang: string) {
try {
if ((<any>window).api) {
(<any>window).api.send("toMain", lang);
(<any>window).api.send("changeSpellchecker", lang);
}
}
catch (err) {