From c532fbe1376a5c9cf2a58e4ccdeb9edd9f7101a0 Mon Sep 17 00:00:00 2001 From: Xarkam Date: Thu, 12 Mar 2026 12:07:50 +0100 Subject: [PATCH] Flag non interactive pour le textedit des patch notes --- src/fake_patch_notes.py | 8 +++++++- ui/mainwindow.ui | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/fake_patch_notes.py b/src/fake_patch_notes.py index 055be14..8421205 100644 --- a/src/fake_patch_notes.py +++ b/src/fake_patch_notes.py @@ -4,4 +4,10 @@ patch_note = ( "    πŸ« De l'auto Γ©cole: nouvelle emplacement et nouveau circuit\n\n" "    πŸš— Du concessionnaire\n\n" "    πŸ“’ Module de saisie pour le SAPD\n\n" - ) \ No newline at end of file + "\n\n" + "## 🚧 Modifications\n" + " \n\n" + "    πŸ« De l'auto Γ©cole: nouvelle emplacement et nouveau circuit\n\n" + "    πŸš— Du concessionnaire\n\n" + "    πŸ“’ Module de saisie pour le SAPD\n\n" + ) diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui index 8f4c365..a41371e 100644 --- a/ui/mainwindow.ui +++ b/ui/mainwindow.ui @@ -870,6 +870,9 @@ true + + Qt::TextInteractionFlag::NoTextInteraction +