SettingsInfoTip

Lightweight info button that shows a text popover on hover.

@MainActor struct SettingsInfoTip

Lightweight info button that shows a text popover on hover. Replaces inline subtitle paragraphs throughout settings.

Initializers

init(_:)

@MainActor init(_ text: String)

Creates a tip with its popover text.

Properties

body

@MainActor var body: some View { get }