This commit is contained in:
wukko
2023-09-06 20:01:17 +06:00
parent e50f5eed34
commit 6698ed3b46
3 changed files with 13 additions and 7 deletions

View File

@@ -440,16 +440,15 @@ export default function(obj) {
name: "miscellaneous",
title: t('Miscellaneous'),
body: checkbox([{
action: "disableChangelog",
name: t("SettingsDisableNotifications")
}, {
action: "downloadPopup",
name: t("SettingsEnableDownloadPopup"),
padding: "no-margin",
aria: t("AccessibilityEnableDownloadPopup")
}, {
action: "disableMetadata",
name: t("SettingsDisableMetadata"),
name: t("SettingsDisableMetadata")
}, {
action: "disableChangelog",
name: t("SettingsDisableNotifications"),
padding: "no-margin"
}])
})