Fix cache dir, add debug_info_filename to about

This commit is contained in:
kramo
2023-07-06 10:25:00 +02:00
parent 39be891452
commit dc232e1e43
2 changed files with 2 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ class CartridgesApplication(Adw.Application):
# Translators: Replace this with your name for it to show up in the about window
translator_credits=_("translator_credits"),
debug_info=debug_str,
debug_info_filename="cartridges.log",
)
about.present()