Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit a74a676

Browse files
committed
Fix seed default value to match SeedProgram
1 parent 8b34074 commit a74a676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FetchInstallerPkg/Prefs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct Prefs {
2020

2121
static func registerDefaults() {
2222
var prefs = [String: Any]()
23-
prefs[Prefs.key(.seedProgram)] = "NoSeed"
23+
prefs[Prefs.key(.seedProgram)] = "None"
2424

2525
guard let downloadURL = FileManager.default.urls(for: .downloadsDirectory, in: .userDomainMask).first else { return }
2626
prefs[Prefs.key(.downloadPath)] = downloadURL.path

0 commit comments

Comments
 (0)