Browse Source

Resolving conflict and removing commented code (#3387)

pull/3398/head
ttalty 2 years ago committed by GitHub
parent
commit
419760623a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Core/Constants.cs

1
src/Core/Constants.cs

@ -46,6 +46,7 @@ public static class FeatureFlagKeys @@ -46,6 +46,7 @@ public static class FeatureFlagKeys
public const string AutofillV2 = "autofill-v2";
public const string BrowserFilelessImport = "browser-fileless-import";
public const string AutofillOverlay = "autofill-overlay";
public const string ItemShare = "item-share";
public static List<string> GetAllKeys()
{

Loading…
Cancel
Save