From 6ec832e63368345e1d2ba99e68dfad8ce2a4fc29 Mon Sep 17 00:00:00 2001
From: Ariver <ar@MacBook-Air.local>
Date: Sun, 10 May 2026 19:28:32 +0800
Subject: [PATCH] Fix overlay visibility in fullscreen spaces
---
Apptag/ContentView.swift | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Apptag/ContentView.swift b/Apptag/ContentView.swift
index def0d2b..e28b132 100644
--- a/Apptag/ContentView.swift
+++ b/Apptag/ContentView.swift
@@ -4,7 +4,6 @@
// MARK: - Notification for manual re-index
extension Notification.Name {
- static let apptagReindex = Notification.Name("ApptagReindex")
static let apptagEditModeChanged = Notification.Name("ApptagEditModeChanged")
}
@@ -253,9 +252,6 @@
refreshApps()
}
.onReceive(NotificationCenter.default.publisher(for: NSApplication.didBecomeActiveNotification)) { _ in
- refreshApps()
- }
- .onReceive(NotificationCenter.default.publisher(for: .apptagReindex)) { _ in
refreshApps()
}
.onChange(of: editPhase) { _, newPhase in
--
Gitblit v1.9.3