aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/AppDelegate.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2014-11-21 12:20:28 -0500
committerLuke <luke.pulverenti@gmail.com>2014-11-21 12:20:28 -0500
commit21c6c57642b808ff1ffebb26c8a8d7ca496f3a53 (patch)
tree0768f99a90a79d44651c567175e9793c612bae1c /MediaBrowser.Server.Mac/AppDelegate.cs
parente29238130ca2532fd1b371bca0e049f258a9af4b (diff)
update mac files
Diffstat (limited to 'MediaBrowser.Server.Mac/AppDelegate.cs')
-rw-r--r--MediaBrowser.Server.Mac/AppDelegate.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mac/AppDelegate.cs b/MediaBrowser.Server.Mac/AppDelegate.cs
index 21ceebd564..b8e597e24e 100644
--- a/MediaBrowser.Server.Mac/AppDelegate.cs
+++ b/MediaBrowser.Server.Mac/AppDelegate.cs
@@ -16,8 +16,8 @@ namespace MediaBrowser.Server.Mac
public override void FinishedLaunching (NSObject notification)
{
- mainWindowController = new MainWindowController ();
- mainWindowController.Window.MakeKeyAndOrderFront (this);
+ //mainWindowController = new MainWindowController ();
+ //mainWindowController.Window.MakeKeyAndOrderFront (this);
}
}
}