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