|
@@ -931,9 +931,7 @@ class ViewController: NSViewController {
|
|
931
|
let actions = NSStackView(views: [
|
931
|
let actions = NSStackView(views: [
|
|
932
|
makeActionTile(title: "New meeting", symbol: "video.fill", color: accentOrange),
|
932
|
makeActionTile(title: "New meeting", symbol: "video.fill", color: accentOrange),
|
|
933
|
makeActionTile(title: "Join", symbol: "plus", color: accentBlue),
|
933
|
makeActionTile(title: "Join", symbol: "plus", color: accentBlue),
|
|
934
|
- makeActionTile(title: "Schedule", symbol: "calendar", color: accentBlue, action: #selector(scheduleMeetingWebTapped)),
|
|
|
|
935
|
- makeActionTile(title: "Share screen", symbol: "rectangle.portrait.and.arrow.forward", color: accentBlue),
|
|
|
|
936
|
- makeActionTile(title: "My notes", symbol: "pencil", color: accentBlue)
|
|
|
|
|
|
934
|
+ makeActionTile(title: "Schedule", symbol: "calendar", color: accentBlue, action: #selector(scheduleMeetingWebTapped))
|
|
937
|
])
|
935
|
])
|
|
938
|
actions.orientation = .horizontal
|
936
|
actions.orientation = .horizontal
|
|
939
|
actions.spacing = 16
|
937
|
actions.spacing = 16
|