Vladimir Yakovlev
Vladimir Yakovlev
If it worked before and stopped working in 5.1.7, then the issue got introduced in @electron v24. Try running the app with `--high-dpi-support=1 --force-device-scale-factor=1` or similar cmd args. Also explore...
There is no app toolbar on the screenshot, try F12 key to toggle its view. Besides, there is "Options" item in the tray menu.
- Set `"layoutMode": "left",` in `/home//.config/electron-mail/config.json`, so the app toolbar gets located on the left side vs default top position. Restart the app then. - Make sure your Linux system...
Data clearing unlikely to help as it seems to be related to updated @electron compatibility issue.
Not planned at the moment. But F12 should save you some space (toggling controls bar).
I'm not getting Yubikey-like device in the near future, but I think I'd need one to look into the issue.
Should be possible, but I'm not adding the build here until I get an ARM-based device, which I'm not going to get in the near future.
The cause could be https://github.com/electron/electron/issues/40532 since app v5.2.1 comes with @electron 26.3.0, and v5.2.2 with @electron 27.1.0.
No ETA and no guarantee in general that it gets completed. The task is clear, but time-consuming and sort of dull-work one. I was thinking using Prisma ORM for SQLite...
Sounds mysterious so far. I mean, at the moment, I have no guess regarding a possible fix. > I have to quit and log in again. A possible, simpler workaround...