mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: update comment on why we don't start updater
This commit is contained in:
@ -75,6 +75,9 @@ class AppDelegate: NSObject,
|
|||||||
override init() {
|
override init() {
|
||||||
terminalManager = TerminalManager(ghostty)
|
terminalManager = TerminalManager(ghostty)
|
||||||
updaterController = SPUStandardUpdaterController(
|
updaterController = SPUStandardUpdaterController(
|
||||||
|
// Important: we must not start the updater here because we need to read our configuration
|
||||||
|
// first to determine whether we're automatically checking, downloading, etc. The updater
|
||||||
|
// is started later in applicationDidFinishLaunching
|
||||||
startingUpdater: false,
|
startingUpdater: false,
|
||||||
updaterDelegate: updaterDelegate,
|
updaterDelegate: updaterDelegate,
|
||||||
userDriverDelegate: nil
|
userDriverDelegate: nil
|
||||||
|
Reference in New Issue
Block a user