bigger fixes - switched translations, build while setup runs etc., ui more responsible

This commit is contained in:
nocci 2025-05-04 14:26:04 +02:00
parent 2966c33ea2
commit 30c06da254
3 changed files with 832 additions and 451 deletions

21
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Remote Attach",
"type": "python",
"request": "attach",
"connect": {
"host": "192.168.10.31",
"port": 5678
},
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "."
}
],
"justMyCode": true
}
]
}

0
app.py Normal file
View File

1262
setup.sh

File diff suppressed because it is too large Load Diff