mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update MarketBoardSelfTestStep.cs (#2309)
Use correct time offset from the game display in the test text.
This commit is contained in:
parent
5426cfc723
commit
7131ad36a6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ internal class MarketBoardSelfTestStep : ISelfTestStep
|
|||
ImGui.Text($"Quantity: {this.historyListing.Quantity.ToString()}");
|
||||
ImGui.Text($"Buyer: {this.historyListing.BuyerName}");
|
||||
ImGui.Text($"Sale Price: {this.historyListing.SalePrice.ToString()}");
|
||||
ImGui.Text($"Purchase Time: {this.historyListing.PurchaseTime.ToString(CultureInfo.InvariantCulture)}");
|
||||
ImGui.Text($"Purchase Time: {this.historyListing.PurchaseTime.ToLocalTime().ToString(CultureInfo.InvariantCulture)}");
|
||||
ImGui.Separator();
|
||||
if (ImGui.Button("Looks Correct / Skip"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue