From b1f87cb707cc5cf64847bbe38c8d4c5d1498f5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 18 Apr 2023 08:20:51 +0800 Subject: [PATCH] Updated the icon of the unmatched offsets. --- src/accounting/report/utils/report_chooser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/accounting/report/utils/report_chooser.py b/src/accounting/report/utils/report_chooser.py index b4d7f9b..07e72f3 100644 --- a/src/accounting/report/utils/report_chooser.py +++ b/src/accounting/report/utils/report_chooser.py @@ -187,12 +187,12 @@ class ReportChooser: unmatched_url(self.__currency, None, self.__period), self.__active_report == ReportType.UNMATCHED, - fa_icon="fa-solid fa-link-slash") + fa_icon="fa-solid fa-file-circle-question") return OptionLink(gettext("Unmatched Offsets"), unmatched_url(self.__currency, self.__account, self.__period), self.__active_report == ReportType.UNMATCHED, - fa_icon="fa-solid fa-link-slash") + fa_icon="fa-solid fa-file-circle-question") def __iter__(self) -> t.Iterator[OptionLink]: """Returns the iteration of the reports.