Skip to content

Commit

Permalink
AI Chat config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Nov 28, 2024
1 parent 5a24a88 commit 667c6e0
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,17 @@ public enum AIChatSubfeature: String, Equatable, PrivacySubfeature {
.aiChat
}

/// Displays the settings item for showing a shortcut in the Application Menu
/// Displays the settings item for showing a shortcut in the macOS application menu.
case applicationMenuShortcut

/// Displays the settings item for showing a shortcut in the Toolbar
/// Displays the settings item for showing a shortcut in the macOS toolbar.
case toolbarShortcut

/// Displays the AI Chat icon in the iOS browsing menu toolbar.
case browsingToolbarShortcut

/// Displays the AI Chat icon in the iOS address bar while on a SERP.
case addressBarShortcut
}

public enum NetworkProtectionSubfeature: String, Equatable, PrivacySubfeature {
Expand Down

0 comments on commit 667c6e0

Please sign in to comment.