V.1.2.6 #16

Merged
yaso_meth merged 31 commits from V.1.2.6 into main 2026-02-25 09:30:49 +00:00
Showing only changes of commit 8a384921c5 - Show all commits

11
.vscode/launch.json vendored
View File

@@ -11,6 +11,17 @@
"type": "dart",
"program": "lib/main_dev.dart"
},
{
"name": "Debug (web)",
"cwd": "mih_ui",
"request": "launch",
"type": "dart",
"program": "lib/main_dev.dart",
"args": [
"--web-port",
"1995"
]
},
{
"name": "Profile",
"cwd": "mih_ui",