Updated the icon of the unmatched offsets.

This commit is contained in:
依瑪貓 2023-04-18 08:20:51 +08:00
parent 928dea8312
commit b1f87cb707

View File

@ -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.