aboutsummaryrefslogtreecommitdiff
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-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 263b7d43..cd0f306d 100644
--- a/src/stores/settings.ts
+++ b/src/stores/settings.ts
@@ -70,6 +70,7 @@ export interface Settings {
displayFiltersIncludeCompleted: boolean;
displayDataSaver: boolean;
debugDummyLists: boolean;
+ debugShowListTimings: boolean;
displayScheduleFilterList: boolean;
displayReverseSort: boolean;
displayAnimeSort: "difference" | "start_date" | "end_date" | "time_remaining";
@@ -126,6 +127,7 @@ const defaultSettings: Settings = {
// Debug
debugDummyLists: false,
+ debugShowListTimings: false,
// Calculation
calculateChaptersRoundedDown: true,