File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ To-Do-darwin-x64 /
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ As Microsoft plans to shut down Wunderlist and there is no Microsoft To-Do app f
1212I used the following command:
1313
1414``` bash
15- $ nativefier --name " To-Do" -p " OSX" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls=false --disable-context-menu https://todo.microsoft.com/login
15+ $ nativefier --name " To-Do" -p " OSX" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls=false --disable-context-menu --inject ./style.css https://todo.microsoft.com/login
1616```
1717
1818## Features
1919
2020- [x] Context menu
2121- [x] Native notifications w/ counter
22+ - [x] Hide "Get the app" button
Original file line number Diff line number Diff line change 1+ nativefier --name " To-Do" -p " OSX" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls=false --disable-context-menu --inject ./style.css https://todo.microsoft.com/login
Original file line number Diff line number Diff line change 1+ .otherApps .showIcons {
2+ display : none;
3+ }
You can’t perform that action at this time.
0 commit comments