Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update outdated information
  • Loading branch information
D4koon authored Jan 15, 2022
1 parent 68c3092 commit c2b3027
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ You can download that in the [WhatsApp Official Page](https://www.whatsapp.com/d

## Features:
- Minimize/Close button sends WhatsApp window to tray
- Esc key sens WhatsApp window to tray
- Toggle WhatsApp window by clicking on the tray icon
- Show unread messages in tray-icon
- Esc key sends WhatsApp window to tray (optional)

## Configuration:
WhatsappTray can be configured through:
Expand All @@ -23,15 +24,6 @@ If you want to set a different path to the WhatsApp binary(exe), you can do so b
- *Relative to the folder in which WhatsappTray.exe lies:* "WHATSAPP_STARTPATH=.\..\WhatsApp.exe"
- Support for variables *%UserProfile%* and *%AppData%*

#### WHATSAPP_ROAMING_DIRECTORY
For a portable config it is necessary to change the folder in which Whatsapp stores data.
This directory is usually C:\Users\<username>\AppData\Roaming\WhatsApp\\IndexedDB\\file__0.indexeddb.leveldb
This can be configured with the WHATSAPP_ROAMING_DIRECTORY config in the appData.ini
The set path has to replace 'C:\Users\<username>\AppData\Roaming\'. This path has to contain the WhatsApp folder.
- *Absolute:* "WHATSAPP_ROAMING_DIRECTORY=C:\Users\Dakoon\AppData\Roaming\
- *Relative to the folder in which WhatsappTray.exe lies:* "WHATSAPP_ROAMING_DIRECTORY=.\..\WhatsApp.exe"
- Support for variables *%UserProfile%* and *%AppData%*

#### Other
- Close to tray feature can also be activated by passing "--closeToTray" to WhatsappTray

Expand Down

0 comments on commit c2b3027

Please sign in to comment.