Welcome window now displays a list of recent documents.

also the window now gets closed when a document is loaded
This commit is contained in:
Michael Starke
2018-09-28 16:49:11 +02:00
parent 5aacbc66fe
commit 66118d50c3
19 changed files with 319 additions and 160 deletions

View File

@@ -0,0 +1,17 @@
//
// MPWelcomeWindowViewController.h
// MacPass
//
// Created by Michael Starke on 28.09.18.
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MPWelcomeViewController : NSViewController <NSTableViewDataSource, NSTableViewDelegate>
@end
NS_ASSUME_NONNULL_END