From 445c84b55647b530cafba07a44d0f5b08df9f11b Mon Sep 17 00:00:00 2001 From: MidoriKami <9083275+MidoriKami@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:41:51 -0700 Subject: [PATCH] Add support disclaimer (#1478) --- .../Internal/Windows/PluginInstaller/PluginInstallerWindow.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs index 36db58989..13db3509d 100644 --- a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs +++ b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs @@ -3703,7 +3703,8 @@ internal class PluginInstallerWindow : Window, IDisposable public static string VerifiedCheckmark_UnverifiedTooltip => Loc.Localize("VerifiedCheckmarkUnverifiedTooltip", "This plugin has not been reviewed by the Dalamud team.\n" + "We cannot take any responsibility for custom plugins and repositories.\n" + - "Please make absolutely sure that you only install plugins from developers you trust."); + "Please make absolutely sure that you only install plugins from developers you trust.\n\n" + + "You will not receive support for plugins installed from custom repositories on the XIVLauncher & Dalamud server."); #endregion }