Skip to content

Commit 8349007

Browse files
committed
Remove test notification
1 parent a4846e9 commit 8349007

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

CodeEdit/AppDelegate.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate, ObservableObject {
2626

2727
NSApp.closeWindow(.welcome, .about)
2828

29-
// Add test notification
30-
DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) {
31-
NotificationManager.shared.post(
32-
iconText: "👋",
33-
iconTextColor: .white,
34-
iconColor: .indigo,
35-
title: "Welcome to CodeEdit",
36-
description: "This is a test notification to demonstrate the notification system.",
37-
actionButtonTitle: "Learn More...",
38-
action: {
39-
print("Action button clicked!")
40-
}
41-
)
42-
}
43-
4429
DispatchQueue.main.async {
4530
var needToHandleOpen = true
4631

0 commit comments

Comments
 (0)