Доработать вложенные файлы и архив проекта

This commit is contained in:
AidarKC
2026-09-11 14:33:21 +03:00
parent f9ae811702
commit ef068eca81
22 changed files with 3865 additions and 216 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ function writeBoolean(key, enabled) {
}
export function isDeveloperToolsEnabled() {
return readBoolean(STORAGE_KEYS.developerTools, true);
return readBoolean(STORAGE_KEYS.developerTools, false);
}
export function setDeveloperToolsEnabled(enabled) {