This commit is contained in:
mrFq1
2023-06-05 23:39:23 +08:00
parent e5860ead2c
commit f488f41f8d
72 changed files with 247 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
//
// NotificationNames.swift
//
//
//
import Foundation
extension NSNotification.Name {
static let reloadDashboard = NSNotification.Name("ReloadDashboard")
static let sidebarItemChanged = NSNotification.Name("SidebarItemChanged")
static let toolbarSearchString = NSNotification.Name("ToolbarSearchString")
static let stopConns = NSNotification.Name("StopConns")
static let hideNames = NSNotification.Name("HideNames")
static let logLevelChanged = NSNotification.Name("LogLevelChanged")
}