mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-07-31 01:17:08 -04:00
Fix source override dropdown sending wrong identifier to getSource
This commit is contained in:
@@ -592,7 +592,7 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
pickedSource!.sourceIdentifier ==
|
||||
s.sourceIdentifier),
|
||||
)
|
||||
.map((s) => MapEntry(s.name, s.name)),
|
||||
.map((s) => MapEntry(s.sourceIdentifier, s.name)),
|
||||
],
|
||||
label: tr('overrideSource'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user