Set initial scan state of OnlyWithNames filter to true

This commit is contained in:
hiar
2025-08-08 12:59:21 +02:00
committed by Himali Aryal
parent 63e052f227
commit de9aa4bfa0

View File

@@ -23,7 +23,7 @@ val ScannerDestination = defineDestination(ScannerDestinationId) {
state = rememberFilterState(
dynamicFilters = listOf(
OnlyNearby(),
OnlyWithNames(),
OnlyWithNames(isInitiallySelected = true),
)
),
onResultSelected = {