From bd9854c80e73b7d5a0911313ad28c33eae07de52 Mon Sep 17 00:00:00 2001 From: David Brenn Date: Thu, 14 Aug 2025 16:03:52 +0200 Subject: [PATCH] fix: ninja test errors --- CONTRIBUTORS | 5 +++++ qt/aqt/preferences.py | 1 - ts/routes/graphs/TrueRetentionCombined.svelte | 2 +- ts/routes/graphs/TrueRetentionSingle.svelte | 2 +- ts/routes/graphs/buttons.ts | 2 +- ts/routes/graphs/calendar.ts | 16 ++++++++++++++-- ts/routes/graphs/ease.ts | 2 +- ts/routes/graphs/future-due.ts | 2 +- ts/routes/graphs/reviews.ts | 3 +-- 9 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d334540fb..1070ffe22 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -232,6 +232,11 @@ Spiritual Father Emmanuel Ferdman Sunong2008 Marvin Kopf +David Brenn +Felix Kühne +Matthis Ehrhardt +Billy Julian Lesmana + ******************** The text of the 3 clause BSD license follows: diff --git a/qt/aqt/preferences.py b/qt/aqt/preferences.py index 2ec5c4b63..5b7337a62 100644 --- a/qt/aqt/preferences.py +++ b/qt/aqt/preferences.py @@ -145,7 +145,6 @@ class Preferences(QDialog): form.pastePNG.setChecked(editing.paste_images_as_png) form.render_latex.setChecked(editing.render_latex) form.default_search_text.setText(editing.default_search_text) - form.backup_explanation.setText( anki.lang.with_collapsed_whitespace(tr.preferences_backup_explanation()) diff --git a/ts/routes/graphs/TrueRetentionCombined.svelte b/ts/routes/graphs/TrueRetentionCombined.svelte index 119eeef9a..419bb59e5 100644 --- a/ts/routes/graphs/TrueRetentionCombined.svelte +++ b/ts/routes/graphs/TrueRetentionCombined.svelte @@ -3,7 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->