-
-
Notifications
You must be signed in to change notification settings - Fork 846
Open
Labels
Description
Fixed on v0.42.0
- Fix super lag and machine freezing (caused by setSkipTaskBar)
- Fix oauth flow
Fixed on v0.43.0
- Fix logo not showing on dock
- Exit full screen with Esc
- Disable super buggy "Lock on center" feature or fix it if possible
Pending fixes
- [IMPORTANT] Fix
devhub://url scheme not working (related: [Linux] Use the system's browser to log into GitHub #95) - Fix menubar mode
Currently not possible to do it the "right way" because
tray.getBounds()returns all values as zero on linux (Tray.getBounds on Linux electron/electron#15003).
electron-traywindow-positioner has a workaround using the cursor position (I don't want to add this dependency, but maybe do some similar workaround). - Fix logo not showing on
.AppImagefile - Fix pixelated logo on dock, make it high quality instead
brunolemos, amorist, andriyor and AndreTheHunter