fluffychat/lib/pangea/toolbar/enums/reading_assistance_mode_enum.dart
ggurdin 22f46caf80
2507 still requesting unlocking translation faster (#2549)
* initial work for new reading assistance modes

* feat: added select mode buttons

* chore: highlight audio tokens, always open selection mode first
2025-04-24 15:13:46 -04:00

10 lines
272 B
Dart

enum ReadingAssistanceMode {
/// Overlay message is directly over the original message
selectMode,
/// Overlay message is centered and larger than the original message
practiceMode,
/// Overlay message is moving to the center of the screen
transitionMode,
}