mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-06-24 13:48:58 +02:00
Better param name.
This commit is contained in:
@@ -11,8 +11,8 @@ public class Updater: ObservableObject, UpdaterProtocol {
|
||||
|
||||
@Published public var update: Release?
|
||||
|
||||
public init(hasRunSetup: Bool) {
|
||||
if hasRunSetup {
|
||||
public init(checkOnLaunch: Bool) {
|
||||
if checkOnLaunch {
|
||||
// Don't do a launch check if the user hasn't seen the setup prompt explaining updater yet.
|
||||
checkForUpdates()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user