Remove new labels

This commit is contained in:
sienori 2020-05-02 15:12:59 +09:00
parent 51327964a8
commit 2985cc163d
2 changed files with 1 additions and 3 deletions

View file

@ -45,7 +45,6 @@ export default class KeyboardShortcutPage extends Component {
title: "keyboardShortcutsLabel", title: "keyboardShortcutsLabel",
captions: ["setKeyboardShortCutsMessage"], captions: ["setKeyboardShortCutsMessage"],
type: "none", type: "none",
new: true,
childElements: commandElements childElements: commandElements
} }
] ]

View file

@ -99,8 +99,7 @@ export default [
title: "isDisabledInTextFieldsLabel", title: "isDisabledInTextFieldsLabel",
captions: ["isDisabledInTextFieldsCaptionLabel"], captions: ["isDisabledInTextFieldsCaptionLabel"],
type: "checkbox", type: "checkbox",
default: false, default: false
new: true
}, },
{ {
id: "disableUrlList", id: "disableUrlList",