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