front: remove an option to hide new version dot

turns out this option was confusing people (and also didn't do much)
This commit is contained in:
wukko
2024-04-05 11:57:06 +06:00
parent 9973655abe
commit 33a5a60969
4 changed files with 10 additions and 14 deletions

View File

@@ -523,10 +523,6 @@ export default function(obj) {
}, {
action: "disableMetadata",
name: t("SettingsDisableMetadata")
}, {
action: "disableChangelog",
name: t("SettingsDisableNotifications"),
padding: "no-margin"
}])
})
}]