mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 21:13:35 +00:00
Clearing and custom setting auto type sequences is working roughly in the Fix-Tool
This commit is contained in:
@@ -8,8 +8,19 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPFixAutotypeWindowController : NSWindowController <NSTableViewDataSource, NSTableViewDelegate>
|
||||
|
||||
@property (weak) IBOutlet NSTableView *tableView;
|
||||
|
||||
/**
|
||||
* Clears the autotype sequences for the selected entries
|
||||
*
|
||||
* @param sender sender of the action
|
||||
*/
|
||||
- (IBAction)clearAutotype:(id)sender;
|
||||
|
||||
- (void)reset;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user