refactored the UI & fixed a bug that would crash everything
This commit is contained in:
parent
73202f5dfc
commit
6863124384
6 changed files with 322 additions and 310 deletions
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
|
@ -15,7 +15,10 @@
|
|||
"osx": {
|
||||
"command": "${workspaceFolder}/scripts/build_debug.sh",
|
||||
},
|
||||
"group": "build"
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
},
|
||||
{
|
||||
"label": "Build Release",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue