I tried to use swift to add a simple status menu to the status bar, but it won’t be displayed.
Works with Objective-c: AppDelegate.h
@interface AppDelegate: NSObject {
IBOutlet NSMenu
I tried to use swift to add a simple status menu to the status bar, but it won’t be displayed.
Works with Objective-c: AppDelegate.h
@interface AppDelegate: NSObject {
IBOutlet NSMenu