Initial commit: IceGlass NHL game tracker
macOS menu bar app providing NHL game situational awareness with league-wide scoreboard, dynamic polling, notifications with team logos, and configurable display options.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// NSMenuItem+withTarget.swift
|
||||
// IceGlass
|
||||
//
|
||||
// Copyright 2026 Rouslan Zenetl. All Rights Reserved.
|
||||
//
|
||||
|
||||
import AppKit
|
||||
|
||||
extension NSMenuItem {
|
||||
func withTarget(_ target: AnyObject) -> NSMenuItem {
|
||||
self.target = target
|
||||
return self
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user