diff --git a/src/app/config-page.js b/src/app/config-page.js index 4ba6349..06537b0 100644 --- a/src/app/config-page.js +++ b/src/app/config-page.js @@ -216,6 +216,16 @@ export default class ConfigPage extends Page { }} /> + { + this.options.restApi = checked + this.forceUpdate() + }} + /> + diff --git a/translations/cn.json b/translations/cn.json index fd7725d..f61c1d7 100644 --- a/translations/cn.json +++ b/translations/cn.json @@ -198,6 +198,7 @@ "File": "文件", "Folder": "文件夾", "Generate": "產生", - "Dark mode theme": "Dark mode theme" + "Dark mode theme": "Dark mode theme", + "REST API support": "REST API support" } } \ No newline at end of file diff --git a/translations/en.json b/translations/en.json index d09662e..a71c16f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -198,6 +198,7 @@ "File": "File", "Folder": "Folder", "Generate": "Generate", - "Dark mode theme": "Dark mode theme" + "Dark mode theme": "Dark mode theme", + "REST API support": "REST API support" } } \ No newline at end of file diff --git a/translations/ru.json b/translations/ru.json index 3a23648..2e6a47e 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -198,6 +198,7 @@ "File": "Файл", "Folder": "Папка", "Generate": "Сгенерировать", - "Dark mode theme": "Темная тема" + "Dark mode theme": "Темная тема", + "REST API support": "REST API support" } } \ No newline at end of file diff --git a/translations/ua.json b/translations/ua.json index 043ccb5..1b2ce40 100644 --- a/translations/ua.json +++ b/translations/ua.json @@ -198,6 +198,7 @@ "File": "Файл", "Folder": "Папка", "Generate": "Згенерувати", - "Dark mode theme": "Dark mode theme" + "Dark mode theme": "Dark mode theme", + "REST API support": "REST API support" } } \ No newline at end of file