From 5d20936a059c418d1334f9464cb90a5dc05703c1 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Thu, 23 Nov 2023 22:22:39 +0100 Subject: [PATCH] change tooltip for penumbra version to 0.8.2.1 --- MareSynchronos/UI/SettingsUi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/SettingsUi.cs b/MareSynchronos/UI/SettingsUi.cs index c5f4f1c..714101e 100644 --- a/MareSynchronos/UI/SettingsUi.cs +++ b/MareSynchronos/UI/SettingsUi.cs @@ -607,7 +607,7 @@ public class SettingsUi : WindowMediatorSubscriberBase _configService.Current.ExperimentalUsePenumbraResourceTree = usePenumbraResolve; _configService.Save(); } - UiSharedService.DrawHelpText("Requires Penumbra version greater equal to 0.8.1.9 - please report issues with that feature to the Penumbra Discord"); + UiSharedService.DrawHelpText("Requires Penumbra version greater equal to 0.8.2.1 - please report issues with that feature to the Penumbra Discord"); ImGui.Separator(); UiSharedService.FontText("Notes", _uiShared.UidFont);