fix: setting item sequence
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
cd224f5cfe
commit
bb6082f7e4
|
|
@ -142,6 +142,10 @@ export const SettingAppearance = () => {
|
|||
label: t("appearance.hide_recent_reader.label"),
|
||||
description: t("appearance.hide_recent_reader.description"),
|
||||
}),
|
||||
defineItem("readerRenderInlineStyle", {
|
||||
label: t("appearance.reader_render_inline_style.label"),
|
||||
description: t("appearance.reader_render_inline_style.description"),
|
||||
}),
|
||||
|
||||
{
|
||||
type: "title",
|
||||
|
|
@ -156,11 +160,6 @@ export const SettingAppearance = () => {
|
|||
description: t("appearance.guess_code_language.description"),
|
||||
}),
|
||||
|
||||
defineItem("readerRenderInlineStyle", {
|
||||
label: t("appearance.reader_render_inline_style.label"),
|
||||
description: t("appearance.reader_render_inline_style.description"),
|
||||
}),
|
||||
|
||||
{
|
||||
type: "title",
|
||||
value: t("appearance.customization.title"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue