refactored the UI & fixed a bug that would crash everything

This commit is contained in:
Stefan Stefanov 2024-04-22 19:00:14 +03:00
parent 73202f5dfc
commit 6863124384
6 changed files with 322 additions and 310 deletions

5
.vscode/tasks.json vendored
View file

@ -15,7 +15,10 @@
"osx": {
"command": "${workspaceFolder}/scripts/build_debug.sh",
},
"group": "build"
"group": {
"kind": "build",
"isDefault": true
},
},
{
"label": "Build Release",