Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/macos/vellum-assistant/App/AppServices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class AppServices {
let secretPromptManager = SecretPromptManager()
let zoomManager = ZoomManager()

/// Shared settings state consumed by both SettingsView and SettingsPanel.
/// Shared settings state consumed by SettingsPanel and its tab views.
/// Lazy because it needs `ambientAgent` and `daemonClient` which are set above.
public lazy var settingsStore: SettingsStore = SettingsStore(
daemonClient: daemonClient
Expand Down

Large diffs are not rendered by default.

Loading
Loading