mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 23:52:21 +00:00
Added window associations to the auto type fix dialog
Moved handling from app delegate to window controller fixed isse with wrongfully setting document on fixAutotypeWindow
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
@interface MPFixAutotypeWindowController : NSWindowController <NSTableViewDataSource, NSTableViewDelegate>
|
||||
|
||||
@property (weak) IBOutlet NSTableView *tableView;
|
||||
@property (nonatomic, weak) MPDocument *workingDocument;
|
||||
|
||||
/**
|
||||
* Clears the autotype sequences for the selected entries
|
||||
@@ -21,6 +22,4 @@
|
||||
*/
|
||||
- (IBAction)clearAutotype:(id)sender;
|
||||
|
||||
- (void)reset;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user