Aleksandr Veselov

Results 3 comments of Aleksandr Veselov

Hi @feerrenrut, thanks for the feedback and sorry for the delay. I've update PR description, added PerMonitor as a fallback and removed explicit `SetProcessDPIAware` call. This solution has some limitations...

I've added a DPI awareness setup when NVDA is running as a script. Also #6722 seems to be fixed with this PR

Try to add `extensions: ['.ts', '.mjs', '.js', '.json', '.node']` to `resolve` options in `rollup.config.js` ``` resolve({ browser: true, dedupe: ['svelte'], extensions: ['.ts', '.mjs', '.js', '.json', '.node'] }), ```