Files
phbar/Sources/phbar/IPC/PHBar+Notifications.swift
T
2026-07-11 21:56:47 +02:00

8 lines
238 B
Swift

import Foundation
// MARK: - PHBar Notification Names
extension IPCNotificationName {
/// Sent by `phbar refresh` to request the running status bar to update.
static let refresh = IPCNotificationName("com.paninihouse.phbar.refresh")
}