mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: only display embarassing message if being held by plugins
This commit is contained in:
parent
9bf714b6ba
commit
453c417422
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
||||||
throw new ArgumentOutOfRangeException();
|
throw new ArgumentOutOfRangeException();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (DateTime.Now - this.timeLoaded > TimeSpan.FromSeconds(90) && isWaitingManager)
|
if (DateTime.Now - this.timeLoaded > TimeSpan.FromSeconds(90) && !pluginManager.PluginsReady)
|
||||||
{
|
{
|
||||||
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudRed);
|
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudRed);
|
||||||
ImGuiHelpers.CenteredText("This is embarrassing, but...");
|
ImGuiHelpers.CenteredText("This is embarrassing, but...");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue