Maximum UI changes fixed

This commit is contained in:
2026-07-20 01:34:18 +05:30
parent b6c9ee4bf8
commit 46183766e5
810 changed files with 10959 additions and 62739 deletions

4
.vscode/tasks.json vendored
View File

@@ -2,11 +2,11 @@
"version": "2.0.0",
"tasks": [
{
"label": "matrix: package",
"label": "matrix: dev compile",
"type": "shell",
"command": "mvn",
"args": [
"package",
"test-compile",
"-DskipTests"
],
"options": {