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

Commit 34fe6a8

Browse files
committed
replaced another literal string
1 parent a74a676 commit 34fe6a8

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)] = "None"
23+
prefs[Prefs.key(.seedProgram)] = SeedProgram.noSeed.rawValue
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)