From 8ebde15535ab11cfce9487fba6b14b4d2c2965a1 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 11:48:25 +0200 Subject: [PATCH] =?UTF-8?q?Copyright:=20readable=20pill=20with=20proper=20?= =?UTF-8?q?"=C2=A9=202026=20ASTERION=20VR=20=E2=80=94=20All=20rights=20res?= =?UTF-8?q?erved"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous copyright was a faded TextBlock at Opacity 0.7 with the secondary grey color, sitting directly on top of the variable- luminance background image. Hard to read on the bright spots of the ASTERION VR engraving. Wrap it in a Border with #A0000000 background (~63% opacity black) and CornerRadius=10 — same pill style as the license badge — so the text reads cleanly regardless of what's behind. Foreground is now plain white instead of the secondary grey. Text changed from the terse "© ASTERION VR" to the proper convention: - UI: "© 2026 ASTERION VR — Tous droits réservés" (matches the French-language UI in MainWindow + Settings) - Assembly metadata (Properties → Détails on the .exe): English form "© 2026 ASTERION VR — All rights reserved" Same change applied to PSLauncher.Updater.csproj. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/PSLauncher.App.csproj | 2 +- src/PSLauncher.App/Views/MainWindow.xaml | 18 +++++++++++------- src/PSLauncher.App/Views/SettingsDialog.xaml | 2 +- .../PSLauncher.Updater.csproj | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index ecea27b..820f4cd 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -13,7 +13,7 @@ PSLauncher ASTERION VR PROSERVE Launcher - © ASTERION VR + © 2026 ASTERION VR — All rights reserved PSLauncher.App 0.7.0 0.7.0.0 diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index 26ab430..ca70ee2 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -496,13 +496,17 @@ Content="🔄 Vérifier les MAJ" Command="{Binding CheckForUpdatesCommand}" /> - - + + + + true