#8: Add tooltips to settings

This commit is contained in:
2019-08-30 21:37:11 -05:00
parent 9df4666438
commit d58ba1411e
3 changed files with 10 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron-dev": "cross-env ELECTRON_START_URL=http://localhost:3000 electron .",
"electron-dev-unix": "cross-env ELECTRON_START_URL=http://localhost:3000 electron $NODE_DEBUG_OPTION .",
"electron-dev-unix": "cross-env ELECTRON_START_URL=http://localhost:3000 electron .",
"pack": "npm run build && electron-builder --dir --x64",
"dist": "npm run build && electron-builder --x64",
"dist-all": "npm run build && electron-builder --x64 --win --linux --mac",