aboutsummaryrefslogtreecommitdiff
path: root/src/stores/settings.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/settings.ts')
-rw-r--r--src/stores/settings.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts
index 24d9eef0..1d808a82 100644
--- a/src/stores/settings.ts
+++ b/src/stores/settings.ts
@@ -71,6 +71,7 @@ export interface Settings {
displayDataSaver: boolean;
debugDummyLists: boolean;
debugShowListTimings: boolean;
+ debugDryRunMutations: boolean;
displayScheduleFilterList: boolean;
displayReverseSort: boolean;
displayAnimeSort: "difference" | "start_date" | "end_date" | "time_remaining";
@@ -128,6 +129,7 @@ const defaultSettings: Settings = {
// Debug
debugDummyLists: false,
debugShowListTimings: false,
+ debugDryRunMutations: false,
// Calculation
calculateChaptersRoundedDown: true,