Remove new labels

This commit is contained in:
sienori 2023-09-08 23:31:31 +09:00
parent 9e90480e3d
commit 8abc96b62d

View file

@ -308,7 +308,6 @@ export default [
captions: ["pageTranslationOpenToCaptionLabel"], captions: ["pageTranslationOpenToCaptionLabel"],
type: "select", type: "select",
default: "newTab", default: "newTab",
new: true,
options: [ options: [
{ {
name: "newTabLabel", name: "newTabLabel",
@ -331,7 +330,6 @@ export default [
captions: ["themeCaptionLabel"], captions: ["themeCaptionLabel"],
type: "select", type: "select",
default: 'system', default: 'system',
new: true,
options: [ options: [
{ {
name: "lightLabel", name: "lightLabel",
@ -519,7 +517,6 @@ export default [
title: "isOverrideColorsLabel", title: "isOverrideColorsLabel",
captions: [], captions: [],
type: "checkbox", type: "checkbox",
new: true,
default: false default: false
}, },
{ {