mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 11:29:31 +00:00
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:
17
MacPass/MPWelcomeViewController.h
Normal file
17
MacPass/MPWelcomeViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user