mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 14:49:22 +00:00
Removed edit button from interface as it's not fully supported.
Refactored editing button actions to be localisations safe Added a candle editing button to cancel the edit process
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
@property (weak) IBOutlet MPPopupImageView *itemImageView;
|
||||
@property (weak) IBOutlet NSTextField *itemNameTextField;
|
||||
@property (weak) IBOutlet NSButton *editButton;
|
||||
@property (weak) IBOutlet NSButton *cancelEditButton;
|
||||
|
||||
- (IBAction)showImagePopup:(id)sender;
|
||||
- (IBAction)handleEditButtonClickEvent:(id)sender;
|
||||
- (IBAction)toggleEdit:(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