mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user