mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Remove enum prefixes
This commit is contained in:
parent
9d0daefa84
commit
cf07cb11e1
1 changed files with 4 additions and 4 deletions
|
|
@ -132,8 +132,8 @@ class HeaderKeyValueSettings extends StatelessWidget {
|
|||
border: const OutlineInputBorder(),
|
||||
),
|
||||
autocorrect: false,
|
||||
smartDashesType: SmartDashesType.disabled,
|
||||
smartQuotesType: SmartQuotesType.disabled,
|
||||
smartDashesType: .disabled,
|
||||
smartQuotesType: .disabled,
|
||||
onChanged: (headerKey) {
|
||||
header.key = headerKey;
|
||||
},
|
||||
|
|
@ -162,8 +162,8 @@ class HeaderKeyValueSettings extends StatelessWidget {
|
|||
border: const OutlineInputBorder(),
|
||||
),
|
||||
autocorrect: false,
|
||||
smartDashesType: SmartDashesType.disabled,
|
||||
smartQuotesType: SmartQuotesType.disabled,
|
||||
smartDashesType: .disabled,
|
||||
smartQuotesType: .disabled,
|
||||
onChanged: (headerValue) {
|
||||
header.value = headerValue;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue