Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyvoxi committed Jul 3, 2024
1 parent 9891b2b commit 7e813c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeliPort/Appearance/Preferences/PrefsGeneralView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class PrefsGeneralView: NSView {
}

let isAutoDownload = updater.automaticallyDownloadsUpdates
if isAutoUpdate {
if isAutoDownload {
autoDownloadCheckbox.state = isAutoDownload ? .on : .off
} else {
Log.debug("Cannot get auto download state")
Expand Down

0 comments on commit 7e813c5

Please sign in to comment.