From 7f116ed0ebf6d1dc3dfcec4492b6d98546b495c3 Mon Sep 17 00:00:00 2001 From: BelsethUwU Date: Thu, 8 Jun 2023 11:18:09 +0200 Subject: [PATCH] Fix : Merge mal fait --- Sources/Stim.Model/User.cs | 2 +- Sources/Stim/EntryPopup.xaml | 3 ++- Sources/Stim/ProfilPage.xaml | 5 ----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Sources/Stim.Model/User.cs b/Sources/Stim.Model/User.cs index f82602d..7bd43f6 100644 --- a/Sources/Stim.Model/User.cs +++ b/Sources/Stim.Model/User.cs @@ -38,7 +38,7 @@ namespace Model public string Biographie { get => biographie; - private set + set { if (string.IsNullOrWhiteSpace(value)) biographie = "Pas de biographie"; else biographie = value; diff --git a/Sources/Stim/EntryPopup.xaml b/Sources/Stim/EntryPopup.xaml index 0a88012..dacf7d9 100644 --- a/Sources/Stim/EntryPopup.xaml +++ b/Sources/Stim/EntryPopup.xaml @@ -10,5 +10,6 @@