Skip to content

Commit

Permalink
Removed --bounce as it was buggy
Browse files Browse the repository at this point in the history
--bounce was making the dock icon bounce randomly without any new notifications
  • Loading branch information
taralika authored Nov 20, 2019
1 parent d68385e commit 4ccda73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Google Voice Desktop App (made with Nativefier) with functional badge counter an
wget https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Voice_icon.svg
rsvg-convert -h 1000 -w 1000 Google_Voice_icon.svg > Google_Voice_icon.png
wget https://raw.githubusercontent.com/taralika/google-voice-desktop/master/counter.js
nativefier --name "Voice" --icon Google_Voice_icon.png --counter --bounce --inject counter.js "https://voice.google.com/"
nativefier --name "Voice" --icon Google_Voice_icon.png --counter --inject counter.js "https://voice.google.com/"
```

0 comments on commit 4ccda73

Please sign in to comment.