mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 06:08:09 +08:00
Users can now choose whether or not to save response results
This commit is contained in:
@ -64,8 +64,8 @@ class _SettingsPageState extends ConsumerState<SettingsPage> {
|
||||
CheckboxListTile(
|
||||
contentPadding: EdgeInsets.zero,
|
||||
title: const Text("Save Responses"),
|
||||
subtitle: const Text(
|
||||
"Saves disk space & clears all previous responses on App start"),
|
||||
subtitle:
|
||||
const Text("Save disk space by not storing API responses"),
|
||||
value: settings.saveResponses,
|
||||
onChanged: (value) {
|
||||
ref
|
||||
|
Reference in New Issue
Block a user