Update new labels
This commit is contained in:
parent
eaa57925ff
commit
309465898a
|
@ -9,7 +9,7 @@ import {
|
||||||
CANDIDATE_FONT_COLOR_DARK,
|
CANDIDATE_FONT_COLOR_DARK,
|
||||||
BG_COLOR_LIGHT,
|
BG_COLOR_LIGHT,
|
||||||
BG_COLOR_DARK
|
BG_COLOR_DARK
|
||||||
} from "./defaultColors"
|
} from "./defaultColors";
|
||||||
|
|
||||||
const getDefaultLangs = () => {
|
const getDefaultLangs = () => {
|
||||||
const uiLang = browser.i18n.getUILanguage();
|
const uiLang = browser.i18n.getUILanguage();
|
||||||
|
@ -61,7 +61,6 @@ export default [
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "none",
|
type: "none",
|
||||||
default: "google",
|
default: "google",
|
||||||
new: true,
|
|
||||||
childElements: [
|
childElements: [
|
||||||
{
|
{
|
||||||
id: "translationApi",
|
id: "translationApi",
|
||||||
|
@ -308,7 +307,8 @@ export default [
|
||||||
title: "themeLabel",
|
title: "themeLabel",
|
||||||
captions: ["themeCaptionLabel"],
|
captions: ["themeCaptionLabel"],
|
||||||
type: "select",
|
type: "select",
|
||||||
default: 'system',
|
default: 'system',
|
||||||
|
new: true,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: "lightLabel",
|
name: "lightLabel",
|
||||||
|
@ -496,6 +496,7 @@ export default [
|
||||||
title: "isOverrideColorsLabel",
|
title: "isOverrideColorsLabel",
|
||||||
captions: [],
|
captions: [],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
|
new: true,
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue