Open brukberhane opened 2 years ago
There is still some issues with the offline extension not being loaded correctly when packaged
This should resolve the offline directories for MacOS but I don't know the directory structure for other platforms
Note, these updates seem to have broken darkmode support
Problem
Resolves #105.
Solution
Manually added the offline extension folder to the project and told electron-builder to package it with applications
Other changes (e.g. bug fixes, UI tweaks, small refactors)
Also upgraded Electron to 15 and refactored some code so that it doesn't complain about deprecations. There was also a memory leak that kept occurring that is not fixed.