don't animate the main table on launch

This commit is contained in:
Mitchell Livingston
2012-01-07 22:06:23 +00:00
parent 3fd186f3f2
commit db9606d67a
2 changed files with 17 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ typedef enum
IBOutlet NSMenu * fGroupsSetMenu, * fGroupsSetContextMenu;
QLPreviewPanel * fPreviewPanel;
BOOL fLaunching;
BOOL fQuitting;
BOOL fQuitRequested;
BOOL fPauseOnLaunch;