mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 08:18:18 +00:00
Removed autosave of selection changes. Save only occurs on lock. Shutdown needs to be added too.
This commit is contained in:
@@ -25,12 +25,13 @@
|
||||
@class DDHotKey;
|
||||
@class KPKEntry;
|
||||
@class MPAutotypeContext;
|
||||
|
||||
@class MPAutotypeExecutionContext;
|
||||
/**
|
||||
* The autotype daemon is responsible for registering the global hotkey and to perform any autotype actions
|
||||
*/
|
||||
@interface MPAutotypeDaemon : NSObject
|
||||
|
||||
@property (strong, readonly) MPAutotypeExecutionContext *executionContext;
|
||||
@property (strong) IBOutlet NSWindow *matchSelectionWindow;
|
||||
@property (weak) IBOutlet NSPopUpButton *matchSelectionButton;
|
||||
@property (readonly, strong) DDHotKey *registredHotKey;
|
||||
|
||||
Reference in New Issue
Block a user