From ac14a22a433c8bc5f2896feff2d63ed16855e869 Mon Sep 17 00:00:00 2001 From: Jin <22962980+JYC333@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:03:49 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20align=20the=20same=20st?= =?UTF-8?q?ructure=20with=20option=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/client/src/widgets/type_widgets/content_widget.ts | 2 +- .../options/{ => appearance}/related_settings.ts | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) rename apps/client/src/widgets/type_widgets/options/{ => appearance}/related_settings.ts (91%) diff --git a/apps/client/src/widgets/type_widgets/content_widget.ts b/apps/client/src/widgets/type_widgets/content_widget.ts index 614159cb7..77b86231d 100644 --- a/apps/client/src/widgets/type_widgets/content_widget.ts +++ b/apps/client/src/widgets/type_widgets/content_widget.ts @@ -45,7 +45,7 @@ import { t } from "../../services/i18n.js"; import LanguageOptions from "./options/i18n/language.js"; import type BasicWidget from "../basic_widget.js"; import CodeTheme from "./options/code_notes/code_theme.js"; -import RelatedSettings from "./options/related_settings.js"; +import RelatedSettings from "./options/appearance/related_settings.js"; const TPL = /*html*/`