From 080826688782aa1fb3c38591350adb7ff4bfec6b Mon Sep 17 00:00:00 2001 From: Keda Date: Fri, 19 Sep 2025 23:18:09 +0200 Subject: [PATCH] Update 0.1.7 - Allow naming Syncshell --- MareSynchronos/MareSynchronos.csproj | 2 +- MareSynchronos/UI/Components/GroupPanel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MareSynchronos/MareSynchronos.csproj b/MareSynchronos/MareSynchronos.csproj index 1ad3913..081b0ce 100644 --- a/MareSynchronos/MareSynchronos.csproj +++ b/MareSynchronos/MareSynchronos.csproj @@ -3,7 +3,7 @@ UmbraSync UmbraSync - 0.1.6.4 + 0.1.7.0 diff --git a/MareSynchronos/UI/Components/GroupPanel.cs b/MareSynchronos/UI/Components/GroupPanel.cs index f9fd975..e66c407 100644 --- a/MareSynchronos/UI/Components/GroupPanel.cs +++ b/MareSynchronos/UI/Components/GroupPanel.cs @@ -152,7 +152,7 @@ internal sealed class GroupPanel if (ImGui.BeginPopupModal("Create Syncshell", ref _showModalCreateGroup, UiSharedService.PopupWindowFlags)) { - UiSharedService.TextWrapped("Donnez un nom à votre Syncshell (optionnel) puis créez-la. Le préfixe 'UMB-' reste inchangé."); + UiSharedService.TextWrapped("Donnez un nom à votre Syncshell (optionnel) puis créez-la."); ImGui.SetNextItemWidth(-1); ImGui.InputTextWithHint("##syncshellalias", "Nom du Syncshell", ref _newSyncShellAlias, 50); UiSharedService.TextWrapped("Appuyez sur le bouton ci-dessous pour créer une nouvelle Syncshell.");