Aleksey Hoffman
Aleksey Hoffman
Thanks for the translation. Localization doesn't work yet. I will merge this PR once the system is finished and refactored. Perhaps in the 1.2.0 update
Thanks for the translation There are several problems in your PR. The string values cannot have `'` characters in them, you need to escape it with `\` character Correct: ```js...
Hi @sergizum PDF preview will be added in the next update in a few days. I will try to add support for FB2 and EPUB in the future as well...
I will add support for custom fonts in one of the future updates. Though I'm not sure what you mean by "proper splash"? What makes the current one "not proper"?
> And when I try to open the app with these settings Are you sure it's not caused by this setting? 
Thanks, I will try to fix it for the next update
Yeah. I just tested it. It only re-opens the window from the tray menu
Wait. I just remembered, I already fixed this problem in v1.5 version. It will work after the next update. If you want to learn how to code: 1. Install [VScode](https://code.visualstudio.com/)...
If you do the steps I mentioned above, the app will open after you run: `npm run electron:serve` And then you will be able to modify the code and see...
Good job! The main branch currently has some problems. So you can't really build and use the app, until I fix the problems and update the code on Github