Revert "Added delay settings key"

This reverts commit 3ef2c01859.
This commit is contained in:
Michael Starke
2019-06-17 15:39:19 +02:00
parent 8d66621803
commit 714bba4ce5
2 changed files with 0 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ APPKIT_EXTERN NSString *const kMPSettingsKeyAutotypeMatchURL; //
APPKIT_EXTERN NSString *const kMPSettingsKeyAutotypeMatchHost; // Autotype lookup includes host part of entry URL
APPKIT_EXTERN NSString *const kMPSettingsKeyAutotypeMatchTags; // Autotype lookup includes tags for entries
APPKIT_EXTERN NSString *const kMPSettingsKeyAutotypeHideAccessibiltyWarning; // Do not show an alert, when MacPass has no support for Autotype
APPKIT_EXTERN NSString *const kMPSettingsKeyGlobalAutotypeDelay; // A global delay in milliseconds for every autotype command to allow for workarounds for broken autotype on some applications (e.g. Steam)
/* Search */
APPKIT_EXTERN NSString *const kMPSettingsKeyEntrySearchFilterContext;

View File

@@ -60,7 +60,6 @@ NSString *const kMPSettingsKeyAutotypeMatchURL = @"Autoty
NSString *const kMPSettingsKeyAutotypeMatchHost = @"AutotypeMatchHost";
NSString *const kMPSettingsKeyAutotypeMatchTags = @"AutotypeMatchTags";
NSString *const kMPSettingsKeyAutotypeHideAccessibiltyWarning = @"AutotypeHideAccessibiltyWarning";
NSString *const kMPSettingsKeyGlobalAutotypeDelay = @"GlobalAutotypeDelay";
NSString *const kMPSettingsKeyEntrySearchFilterContext = @"EntrySearchFilterContext";