Ariver
2026-05-06 9ab01e81a56761859344ba43f407d0762107a0dc
Apptag/ApptagApp.swift
@@ -536,21 +536,6 @@
            // Tab 3: Data
            Form {
                Section {
                    HStack {
                        Button("Re-index Now") {
                            NotificationCenter.default.post(name: .apptagReindex, object: nil)
                        }
                        .buttonStyle(.borderedProminent)
                        Text("Re-scan all app directories and refresh the tag database.")
                            .font(.caption)
                            .foregroundStyle(.secondary)
                    }
                } header: {
                    Text("Index Management")
                }
                Section {
                    HStack(spacing: 12) {
                        Button("Export Tags…") { exportTags() }
                            .buttonStyle(.bordered)