Fix an issue that autofill didn't work with compose apps as described on #2371. Closes #2371. Closes #2590 which is a prototype for this commit.

This commit is contained in:
Philipp Crocoll
2025-02-11 12:33:14 +01:00
parent cd75d7cda8
commit 0f5b411dc7
2 changed files with 3 additions and 2 deletions

View File

@@ -730,7 +730,7 @@ namespace Kp2aAutofillParser
{
public List<TField> InputFields { get; set; } = new List<TField>();
public string PackageId { get; set; } = null;
public string? PackageId { get; set; } = null;
public string WebDomain { get; set; } = null;
}