Fix menubar bug on Linux
planned
Daniel Miradakis
planned
Daniel Miradakis
Backlogging this temporarily while I work on Displagent Hub v1. This will be addressed soon after.
Daniel Miradakis
I figured out what is going on here. This is an inherent problem with the older version of Electron that my app uses. Newer versions of Electron have solved this after the following PR was merged in their public repo:
- See https://github.com/electron/electron/issues/35807
- See https://github.com/electron/electron/pull/38599
Once I finish upgrading my app (which is already in progress) this issue should be autoresolved. For now, I just need to finish my app migration/updation.
Daniel Miradakis
in progress