Skip to content

Commit

Permalink
Remove test notification
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Feb 15, 2025
1 parent a4846e9 commit 8349007
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions CodeEdit/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate, ObservableObject {

NSApp.closeWindow(.welcome, .about)

// Add test notification
DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) {
NotificationManager.shared.post(
iconText: "👋",
iconTextColor: .white,
iconColor: .indigo,
title: "Welcome to CodeEdit",
description: "This is a test notification to demonstrate the notification system.",
actionButtonTitle: "Learn More...",
action: {
print("Action button clicked!")
}
)
}

DispatchQueue.main.async {
var needToHandleOpen = true

Expand Down

0 comments on commit 8349007

Please sign in to comment.