|
|
@@ -54,7 +54,7 @@ struct DesktopWidgetView: View {
|
|
54
|
54
|
Text("Quick actions")
|
|
55
|
55
|
.font(.system(size: 11.5, weight: .semibold))
|
|
56
|
56
|
.foregroundStyle(.white.opacity(0.78))
|
|
57
|
|
- compactActionButton(title: "Open Meet", icon: "video.fill", destination: .openMeetWeb)
|
|
|
57
|
+ compactActionButton(title: "Open Meet", icon: "video.fill", destination: .joinMeetings)
|
|
58
|
58
|
HStack(spacing: 8) {
|
|
59
|
59
|
compactActionButton(title: "Schedule", icon: "clock.badge.checkmark", destination: .schedule)
|
|
60
|
60
|
compactActionButton(title: "Settings", icon: "gearshape.fill", destination: .settings)
|