fix: restore voice wake overlay build
This commit is contained in:
@@ -18,7 +18,7 @@ final class VoiceWakeOverlayController {
|
||||
|
||||
enum Source: String { case wakeWord, pushToTalk }
|
||||
|
||||
private(set) var model = Model()
|
||||
var model = Model()
|
||||
var isVisible: Bool { self.model.isVisible }
|
||||
|
||||
struct Model {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import AppKit
|
||||
import QuartzCore
|
||||
import SwiftUI
|
||||
|
||||
extension VoiceWakeOverlayController {
|
||||
private func present() {
|
||||
|
||||
Reference in New Issue
Block a user