chore: GUI v5.4 — version bump + étape 1 formats listés
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -86,7 +86,7 @@ except ImportError:
|
|||||||
# Constantes
|
# Constantes
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
APP_TITLE = "Pseudonymisation de vos documents"
|
APP_TITLE = "Pseudonymisation de vos documents"
|
||||||
APP_VERSION = "v5.0"
|
APP_VERSION = "v5.4"
|
||||||
|
|
||||||
def _app_dir() -> Path:
|
def _app_dir() -> Path:
|
||||||
"""Répertoire racine de l'application (compatible Nuitka standalone)."""
|
"""Répertoire racine de l'application (compatible Nuitka standalone)."""
|
||||||
@@ -394,7 +394,7 @@ class App:
|
|||||||
# ÉTAPE 1 — Choix du dossier
|
# ÉTAPE 1 — Choix du dossier
|
||||||
# =============================================================
|
# =============================================================
|
||||||
tk.Label(
|
tk.Label(
|
||||||
main, text="1. Choisir les documents", font=self._f_body_bold,
|
main, text="1. Choisir les documents ou fichiers (PDF, Word, Images, Texte)", font=self._f_body_bold,
|
||||||
bg=CLR_BG, fg=CLR_TEXT, anchor="w",
|
bg=CLR_BG, fg=CLR_TEXT, anchor="w",
|
||||||
).pack(fill=tk.X, padx=pad_x, pady=(0, 6))
|
).pack(fill=tk.X, padx=pad_x, pady=(0, 6))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user