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