Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Describe more config options in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
krydos committed Oct 4, 2020
1 parent b834bf6 commit 31c0b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<img width="500px" src="assets/readme-banner.png">

![AUR Version][aur] ![GitHub top language][gtl] ![License][l]
</h1>

Expand Down Expand Up @@ -66,6 +66,8 @@ Use [this page from Electron docs](https://electronjs.org/docs/api/accelerator#a
Same config file `.todoist-linux.json` has other options to configure the app:

- `tray-icon` - tray icon to use. Possible options: `icon.png`, `icon_monochrome.png`, `null` (to hide tray icon completely)
- `minimize-to-tray` - default is `true`. When window is minimized it goes to the tray.
- `close-to-tray` - default is `true`. When window is closed the app is minimized to the tray.

## Why?

Expand Down

0 comments on commit 31c0b96

Please sign in to comment.