summary refs log tree commit diff
path: root/src/components/preferences.rs
Commit message (Collapse)AuthorAgeFilesLines
* Show a warning on usage of Smart SummaryVika3 days1-8/+13
| | | | | | This was a planned feature since the introduction of LLM enhancements. Some users need a sobering reminder that LLMs are not intelligent, because it is really easy to believe otherwise.
* Use an icon from the GNOME Icon Development Kit for LLM enhancementsVika3 days1-1/+1
| | | | | | If the user doesn't have an emoji font installed (why wouldn't you?), this will be helpful. Additionally it makes this button less appealing and prominent.
* Make LLM enhancements optionalVika2024-09-041-43/+94
|
* Preferences dialogVika2024-09-041-0/+90