fix: Update fileStatus to 'synced' in CDokumente hooks and translations; adjust microtime and cacheTimestamp in config and state files

This commit is contained in:
2026-03-08 21:56:00 +01:00
parent 1b904eb15f
commit 53dd8f33d4
6 changed files with 10 additions and 10 deletions

View File

@@ -150,12 +150,12 @@
"options": [
"new",
"changed",
"unchanged"
"synced"
],
"style": {
"new": "info",
"changed": "warning",
"unchanged": "success"
"synced": "success"
},
"default": "new",
"readOnly": false,