fix: run dart fix
Some checks are pending
Flutter CI & Release / Test (push) Waiting to run
Flutter CI & Release / Build Android APKs (push) Blocked by required conditions
Flutter CI & Release / build_linux (push) Blocked by required conditions
Flutter CI & Release / Create GitHub Release (push) Blocked by required conditions

This commit is contained in:
Dr.Blank 2025-04-23 00:29:02 +05:30
parent 2cb00c451e
commit ad0cd6e2ad
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B
5 changed files with 49 additions and 41 deletions

View file

@ -204,7 +204,8 @@ class _LibrarySelectionContent extends ConsumerWidget {
trailing: isSelected ? const Icon(Icons.check) : null,
onTap: () {
appLogger.info(
'Selected library: ${library.name} (ID: ${library.id})');
'Selected library: ${library.name} (ID: ${library.id})',
);
// Get current settings state
final currentSettings = ref.read(apiSettingsProvider);
// Update the active library ID