Retire legacy implementations and flatten managed layout
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using AppKit;
|
||||
|
||||
NSApplication.Init();
|
||||
NSApplication.SharedApplication.Delegate = new VoiceCat.Mac.AppDelegate();
|
||||
NSApplication.SharedApplication.Run();
|
||||
Reference in New Issue
Block a user