mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
update mac files
This commit is contained in:
@@ -8,7 +8,7 @@ namespace MediaBrowser.Server.Mac
|
||||
{
|
||||
public partial class AppDelegate : NSApplicationDelegate
|
||||
{
|
||||
//MainWindowController mainWindowController;
|
||||
MainWindowController mainWindowController;
|
||||
|
||||
public AppDelegate ()
|
||||
{
|
||||
@@ -16,8 +16,7 @@ namespace MediaBrowser.Server.Mac
|
||||
|
||||
public override void FinishedLaunching (NSObject notification)
|
||||
{
|
||||
//mainWindowController = new MainWindowController ();
|
||||
//mainWindowController.Window.MakeKeyAndOrderFront (this);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user