mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-03-01 00:35:19 +08:00
fix: spm
This commit is contained in:
17
Sources/ClashX Dashboard/NotificationNames.swift
Normal file
17
Sources/ClashX Dashboard/NotificationNames.swift
Normal 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")
|
||||
}
|
||||
Reference in New Issue
Block a user