Add favourite price-drop Check now action

This commit is contained in:
FuelBoard Contributor
2026-08-17 19:59:45 +01:00
parent 276e0ff99e
commit f1c5923c88
3 changed files with 26 additions and 1 deletions
+4 -1
View File
@@ -623,7 +623,10 @@ struct ContentView: View {
stationLimit: stationLimit,
distanceUnit: distanceUnit,
monitoredCount: monitor.monitoredStationIDs.count,
lastAlert: monitor.lastAlert
lastAlert: monitor.lastAlert,
onCheckFavouriteDropNow: {
Task { await refresh(force: true) }
}
)
}