mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 09:59:32 +00:00
Added dynamic visibility for edit button. Button should only be used if history is enabled and thus will be saved. Otherwise direct editing should be possible
This commit is contained in:
@@ -19,10 +19,12 @@
|
||||
@property (weak) IBOutlet NSTextField *noSelectionInfo;
|
||||
@property (weak) IBOutlet MPPopupImageView *itemImageView;
|
||||
@property (weak) IBOutlet NSTextField *itemNameTextField;
|
||||
@property (weak) IBOutlet NSButton *editButton;
|
||||
|
||||
- (IBAction)showImagePopup:(id)sender;
|
||||
|
||||
/* Seperate call to ensure alle registered objects are in place */
|
||||
- (void)setupNotifications:(NSWindowController *)windowController;
|
||||
- (void)prepareView;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user