log readOnly on startup

This commit is contained in:
Sam Machin
2021-06-16 10:10:31 +01:00
parent b73efe6bb4
commit bd3a8db438
2 changed files with 5 additions and 1 deletions

View File

@@ -87,7 +87,8 @@
"settings": {
"user-not-available": "Cannot save user settings: __message__",
"not-available": "Settings not available",
"property-read-only": "Property '__prop__' is read-only"
"property-read-only": "Property '__prop__' is read-only",
"readonly-mode" : "Settings readOnly is true"
},
"library": {
"unknownLibrary": "Unknown library: __library__",