Browse Source

chore(config): avoid duplicating card scanner flag

Co-Authored-By: GPT-5.6 <noreply@openai.com>
pull/7502/head
Dávid Balatoni 2 months ago
parent
commit
65ac119f7a
Failed to extract signature
  1. 1
      .env.template
  2. 1
      src/config.rs

1
.env.template

@ -391,7 +391,6 @@
## - "ssh-agent-v2": Enable the current SSH agent implementation in Desktop. (Verified in Desktop 2026.7.0)
## - "ssh-ecdsa": Allow importing supported ECDSA SSH keys in Desktop; also enable "ssh-agent-v2". (Verified in Desktop 2026.7.0)
## - "desktop-ui-settings-dialog": Use the Desktop settings dialog. (Verified in Desktop 2026.7.0)
## - "pm-34171-card-scanner": Scan a payment card to populate card-item details. (Verified in Android/iOS 2026.7.0)
## - "pm-34224-mobile-attachment-updates": Use the updated Android attachment screen. (Verified in Android 2026.7.0)
## - "pm-30529-webauthn-related-origins": Allow passkey operations across domains a site declares as related. (Verified in Browser 2026.7.0)
## - "pm-34410-attachment-upload-progress": Show attachment upload progress in supported clients. (Verified in Browser/Desktop 2026.7.0)

1
src/config.rs

@ -1429,7 +1429,6 @@ pub const SUPPORTED_FEATURE_FLAGS: &[&str] = &[
// Desktop Team
"desktop-ui-settings-dialog",
// Mobile Team
"pm-34171-card-scanner",
"pm-34224-mobile-attachment-updates",
// Platform Team
"pm-30529-webauthn-related-origins",

Loading…
Cancel
Save