Refactor and Rename to CommandNotch
This commit is contained in:
10
Downterm/CommandNotch/Models/NotchState.swift
Normal file
10
Downterm/CommandNotch/Models/NotchState.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import Foundation
|
||||
|
||||
/// Represents the two visual states of the notch overlay.
|
||||
enum NotchState: String {
|
||||
/// Compact bar matching the physical notch or menu bar height.
|
||||
case closed
|
||||
|
||||
/// Expanded panel showing content (plain black for now).
|
||||
case open
|
||||
}
|
||||
Reference in New Issue
Block a user