mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: tweak warning time & text
This commit is contained in:
parent
f0a5dcf0e9
commit
d53416d35b
1 changed files with 2 additions and 2 deletions
|
|
@ -330,12 +330,12 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
|||
throw new ArgumentOutOfRangeException();
|
||||
}
|
||||
|
||||
if (DateTime.Now - this.timeLoaded > TimeSpan.FromMinutes(2) && isWaitingManager)
|
||||
if (DateTime.Now - this.timeLoaded > TimeSpan.FromSeconds(90) && isWaitingManager)
|
||||
{
|
||||
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudRed);
|
||||
ImGuiHelpers.CenteredText("This is embarrassing, but...");
|
||||
ImGuiHelpers.CenteredText("one of your plugins may be blocking the installer.");
|
||||
ImGuiHelpers.CenteredText("You should tell us about this.");
|
||||
ImGuiHelpers.CenteredText("You should tell us about this, please keep this window open.");
|
||||
ImGui.PopStyleColor();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue