-
Notifications
You must be signed in to change notification settings - Fork 1
Get native indicator style from config #41
Copy link
Copy link
Open
Labels
Description
Description
src-tauri/src/recording_indicator.rs:428 has a TODO to read the indicator style from config rather than hardcoding CursorDot.
Currently:
let style = native::IndicatorStyle::CursorDot; // TODO: Get from configShould read from config.general.indicator_style or similar config field.
Acceptance Criteria
- Indicator style read from user config
- Falls back to
CursorDotif not set
Reactions are currently unavailable