7a0a0c468e
Minimize app to tray @kauffj I was not sure about which icon to use so I used a 96x96 png as a placeholder. The feature is working well. Fixes #374 3 small changes Broken Minimization Fixed App-minization finally Bug fix and compatibility check Added Alt+F4 accelerator to quit the app Small features and fixes Homerun: Added Quit to Menu Fixes and changes |
||
---|---|---|
.. | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
extractLocals.js | ||
package.json | ||
README.md | ||
watch.bat | ||
watch.sh | ||
webpack.common.js | ||
webpack.config.js | ||
webpack.dev.config.js | ||
webpack.dev.js | ||
webpack.prod.js | ||
yarn.lock |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
npm install -g yarn
(or see https://yarnpkg.com/en/docs/install)- Run
./watch.sh
(this willyarn install
dependencies)