feat: Add option for maximum retry attempts in settings and fix history

This commit is contained in:
2025-08-27 11:03:08 +02:00
parent 494b941277
commit 8cb163d969
2 changed files with 420 additions and 319 deletions

View File

@@ -200,6 +200,7 @@ class SettingsScreen extends StatelessWidget {
ButtonSegment(value: 1, label: Text('1')),
ButtonSegment(value: 2, label: Text('2')),
ButtonSegment(value: 3, label: Text('3')),
ButtonSegment(value: 4, label: Text('4')),
ButtonSegment(value: 5, label: Text('5')),
],
selected: {settingsProvider.maxRetryAttempts},