macOS: clean up GlassViewModel (#13944)

Forgot to delete the autocomplete template in the previous pr...
This commit is contained in:
Mitchell Hashimoto
2026-08-21 06:24:05 -07:00
committed by GitHub

View File

@@ -112,7 +112,6 @@ private class TerminalGlassView: NSView, ObservableObject {
}
class GlassViewModel: ObservableObject {
@Published var isActive: Bool = false
@Published var backgroundColor: Color = .clear
@Published var backgroundOpacity: Double = 0
@Published var cornerRadius: CGFloat = 0