From c5bdc7f1eb3ff4287beeeebb17d4f02f376a8d38 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 28 Aug 2026 17:34:19 +0800
Subject: [PATCH] feat: add quick search tag filtering

---
 C1.source/Apptag/PreferencesView.swift |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/C1.source/Apptag/PreferencesView.swift b/C1.source/Apptag/PreferencesView.swift
index 32a95e1..b1052cd 100644
--- a/C1.source/Apptag/PreferencesView.swift
+++ b/C1.source/Apptag/PreferencesView.swift
@@ -1022,14 +1022,6 @@
             .padding(.vertical, 10)
             .frame(width: dataPanelWidth, alignment: .leading)
             .frame(minHeight: 44)
-            .background(
-                RoundedRectangle(cornerRadius: 10, style: .continuous)
-                    .fill(Color(nsColor: .controlBackgroundColor))
-            )
-            .overlay(
-                RoundedRectangle(cornerRadius: 10, style: .continuous)
-                    .stroke(Color.secondary.opacity(0.16), lineWidth: 1)
-            )
         }
         .frame(maxWidth: .infinity, alignment: .center)
         .padding(.top, 12)

--
Gitblit v1.9.3