Fixed #143 Save now uses dots only when prompt will be displayed

This commit is contained in:
michael starke
2014-02-12 12:51:34 +01:00
parent 4f55d93451
commit b82bc8c9e9
6 changed files with 24 additions and 2 deletions

View File

@@ -22,10 +22,11 @@
#import <Cocoa/Cocoa.h>
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
@interface MPAppDelegate : NSObject <NSApplicationDelegate, NSMenuDelegate>
@property (strong) IBOutlet NSWindow *passwordCreatorWindow;
@property (strong) IBOutlet NSWindow *welcomeWindow;
@property (weak) IBOutlet NSMenuItem *saveMenuItem;
- (IBAction)showPreferences:(id)sender;
- (IBAction)showPasswordCreator:(id)sender;