Skip to content

Commit

Permalink
[desktop] fix #1829
Browse files Browse the repository at this point in the history
- make tray icon functionality available in the web app
- windows now minimize instead of hiding to keep them accessible even
  when there is no tray icon
- remove redundant window list for catalina
  • Loading branch information
ganthern committed Mar 3, 2020
1 parent 649d406 commit 7a6ddc0
Show file tree
Hide file tree
Showing 25 changed files with 636 additions and 588 deletions.
2 changes: 2 additions & 0 deletions flow/api/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ type MainRequestType = 'execNative'
| 'updateWebSocketState'
| 'counterUpdate'
| 'infoMessage'

type NativeRequestType = 'init'
| 'generateRsaKey'
| 'rsaEncrypt'
Expand Down Expand Up @@ -193,6 +194,7 @@ type NativeRequestType = 'init'
| 'unIntegrateDesktop'
| 'unscheduleAlarms'
| 'setSearchOverlayState'
| 'closeApp'
| 'unload' // desktop


Expand Down
Loading

0 comments on commit 7a6ddc0

Please sign in to comment.