chore: Fns & FnRes (#690)

This commit is contained in:
Noo6
2025-02-04 22:41:03 +08:00
committed by GitHub
parent a10321e3de
commit 900686f955
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ final class _AppSettingsPageState extends State<AppSettingsPage> {
return Text(display, style: UIs.textGrey);
},
),
onTap: () => Funcs.throttle(
onTap: () => Fns.throttle(
() => AppUpdateIface.doUpdate(
context: context,
build: BuildData.build,