Skip to content

Commit 4014388

Browse files
committed
change language to systemLocale
1 parent 8cecec2 commit 4014388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/lib/ipcEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function registerIpcEvents() {
5454
)
5555

5656
onSyncEmitter(IPC_EVENTS.GET_LOCALE, async () => {
57-
return app.getLocale()
57+
return app.getSystemLocale()
5858
})
5959
onSyncEmitter(IPC_EVENTS.ADD_CONTACT_SPEEDDIAL, async (contact) => {
6060
await NethVoiceAPI.instance.Phonebook.createSpeeddial(contact)

0 commit comments

Comments
 (0)