Effort to pre-highlight in the picker — the persisted level, or ``"auto"``.
()
| 128 | |
| 129 | |
| 130 | def _current_effort() -> str: |
| 131 | """Effort to pre-highlight in the picker — the persisted level, or ``"auto"``.""" |
| 132 | return _settings_effort() or "auto" |
| 133 | |
| 134 | |
| 135 | def _effort_options(current: str) -> list[UIOption]: |