diff --git a/src/lib/components/common/InterfaceSettings.svelte b/src/lib/components/common/InterfaceSettings.svelte index 51a16fb433..e6b17f5fd0 100644 --- a/src/lib/components/common/InterfaceSettings.svelte +++ b/src/lib/components/common/InterfaceSettings.svelte @@ -904,6 +904,29 @@

+
+
+
+ {$i18n.t('Render Markdown in Previews')} +
+ +
+ { + saveSettings({ renderMarkdownInPreviews }); + }} + /> +
+
+

+ {$i18n.t('Format Markdown in previews and compact content surfaces.')} +

+
+
@@ -1019,6 +1042,29 @@

+
+
+
+ {$i18n.t('Scroll On Branch Change')} +
+ +
+ { + saveSettings({ scrollOnBranchChange }); + }} + /> +
+
+

+ {$i18n.t('Scroll to the active branch when switching response branches.')} +

+
+
@@ -1182,29 +1228,6 @@

-
-
-
- {$i18n.t('Render Markdown in Previews')} -
- -
- { - saveSettings({ renderMarkdownInPreviews }); - }} - /> -
-
-

- {$i18n.t('Format Markdown in previews and compact content surfaces.')} -

-
-
@@ -1228,29 +1251,6 @@

-
-
-
- {$i18n.t('Scroll On Branch Change')} -
- -
- { - saveSettings({ scrollOnBranchChange }); - }} - /> -
-
-

- {$i18n.t('Scroll to the active branch when switching response branches.')} -

-
-