Continuing work on login view, still a ways off from completion.

This commit is contained in:
Daniel Scalzi
2018-01-27 22:29:15 -05:00
parent a3e7dfc570
commit 1284c54525
4 changed files with 315 additions and 4 deletions

View File

@@ -75,10 +75,10 @@ You can find more information [here](http://code.matsu.io/1).
### Notes on DevTools Window ###
Once you run the program, you can open the DevTools window by typing the following keys in sequence on the main window.
Once you run the program, you can open the DevTools window by using the following keybind.
```shell
wcdev
ctrl + shift + i
```
Please note that if you are debugging the application with VS Code and have launched the program using the **Debug Renderer Process** configuration you cannot open the DevTools window. If you attempt to do so, the program will crash. Remote debugging cannot be done with multiple DevTools clients.