Update StyleCustomizerBackgroundTab.vue

This commit is contained in:
Baobhan Sith
2025-05-27 21:41:44 +08:00
parent 4966d2e575
commit 371d713f88
@@ -469,6 +469,7 @@ const filteredRemoteHtmlPresets = computed(() => {
</div>
<hr class="my-6 border-border">
<div v-if="localTerminalBackgroundEnabled">
<!-- Tab Switcher for HTML Background Themes -->
<div class="flex items-center gap-2 mb-3">
@@ -638,6 +639,7 @@ const filteredRemoteHtmlPresets = computed(() => {
{{ remoteHtmlSearchTerm ? t('styleCustomizer.noMatchingRemotePresetsFound', '未找到匹配的远程主题') : t('styleCustomizer.noRemotePresetsFound') }}
</div>
</div>
</div>
<!-- Preset Editor (Modal or Inline) - Simplified for now -->