fixed reset not unchecking recursive

This commit is contained in:
2025-07-05 22:50:11 +02:00
parent 3f427dfa32
commit 50ca8ab5bf
2 changed files with 10 additions and 1 deletions

10
.hintrc
View File

@@ -3,6 +3,14 @@
"development"
],
"hints": {
"apple-touch-icons": "off"
"apple-touch-icons": "off",
"compat-api/css": [
"default",
{
"ignore": [
"-webkit-app-region"
]
}
]
}
}