feat: changed the icon and behavior of the button in the popup header for the calendar module to open the default macOS calendar app (#2227)

This commit is contained in:
Serhiy Mytrovtsiy
2024-12-13 12:49:30 +01:00
parent 6d1baa5926
commit 1093b27fb2
17 changed files with 72 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ internal class CombinedView: NSObject, NSGestureRecognizerDelegate {
}
}
self.popup = PopupWindow(title: "Combined modules", view: Popup()) { _ in }
self.popup = PopupWindow(title: "Combined modules", module: .combined, view: Popup()) { _ in }
if self.status {
self.enable()