feat(gui): recâbler import/export de configuration par email (P1-3)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-29 19:20:42 +02:00
parent 1d65d42430
commit d3189d5bb7
4 changed files with 225 additions and 9 deletions

View File

@@ -195,7 +195,7 @@ class AnonymisationApp(ctk.CTk):
usage_reporter=self._report_usage,
)
if key == "cfg":
return ConfigTab(self._content, palette=p, state=self._config)
return ConfigTab(self._content, palette=p, state=self._config, config_path=self._user_config_path)
return AboutTab(
self._content,
palette=p,