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
Failed to extract signature
2 changed files with
0 additions and
2 deletions
-
.env.template
-
src/config.rs
|
|
@ -391,7 +391,6 @@ |
|
|
## - "ssh-agent-v2": Enable the current SSH agent implementation in Desktop. (Verified in Desktop 2026.7.0) |
|
|
## - "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) |
|
|
## - "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) |
|
|
## - "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-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-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) |
|
|
## - "pm-34410-attachment-upload-progress": Show attachment upload progress in supported clients. (Verified in Browser/Desktop 2026.7.0) |
|
|
|
|
|
@ -1429,7 +1429,6 @@ pub const SUPPORTED_FEATURE_FLAGS: &[&str] = &[ |
|
|
// Desktop Team
|
|
|
// Desktop Team
|
|
|
"desktop-ui-settings-dialog", |
|
|
"desktop-ui-settings-dialog", |
|
|
// Mobile Team
|
|
|
// Mobile Team
|
|
|
"pm-34171-card-scanner", |
|
|
|
|
|
"pm-34224-mobile-attachment-updates", |
|
|
"pm-34224-mobile-attachment-updates", |
|
|
// Platform Team
|
|
|
// Platform Team
|
|
|
"pm-30529-webauthn-related-origins", |
|
|
"pm-30529-webauthn-related-origins", |
|
|
|