mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 23:52:21 +00:00
Fixed isse with auto type skipping paste commands
Started implementing AutotypeFixDialog for 0.4.0 and 0.4.1 fix Autotype candidate selection is shorter using subitems instead of single line
This commit is contained in:
15
MacPass/MPFixAutotypeWindowController.h
Normal file
15
MacPass/MPFixAutotypeWindowController.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// MPFixAutotypeWindowController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 26/03/14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MPFixAutotypeWindowController : NSWindowController <NSTableViewDataSource, NSTableViewDelegate>
|
||||
|
||||
- (void)reset;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user