fixed #161 settings to copy to clipboard on password creation are preserved. Default behaviour is to restore the last sate

This commit is contained in:
michael starke
2014-03-19 22:40:25 +01:00
parent 6ff00b7819
commit c460b2187a
5 changed files with 37 additions and 26 deletions

View File

@@ -53,6 +53,12 @@ APPKIT_EXTERN NSString *const kMPSettingsKeyEnableGlobalAutotype;
/* Search */
APPKIT_EXTERN NSString *const kMPSettingsKeyEntrySearchFilterMode;
/* Quicklook */
APPKIT_EXTERN NSString *const kMPSettingsKeyEnableQuicklookPreview;
/* Password Generation */
APPKIT_EXTERN NSString *const kMPSettingsKeyCopyGeneratedPasswordToClipboard;
typedef NS_ENUM(NSUInteger, MPPasswordEncoding) {
MPPasswordEncodingUTF8,
MPPasswordEncodingASCII,