nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.36k stars 3.89k forks source link

Dictionary data is automatically downloaded in latest versions. #7583

Open Kruithne opened 4 years ago

Kruithne commented 4 years ago

NWJS Version : v0.48.3 Operating System : Window 10 64-bit.

Expected behavior

Dictionary data should not be downloaded and the 'Dictionaries' directory should not be created in the root installation unless spell-checking is explicitly enabled.

Actual behavior

Upon launching the application, a 'Dictionaries' directory is automatically created in the root installation directory and spell-check data is automatically downloaded into it for the current locale. (e.g en-US-9-0.bdic)

How to reproduce

Start the application.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.