mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-16 04:27:43 +01:00
Fix Migration Issue
This commit is contained in:
parent
ebab6e28c9
commit
bbbc7e9ada
2 changed files with 11 additions and 10 deletions
|
|
@ -196,7 +196,7 @@ public class UnlockTable : Table<EquipItem>, IDisposable
|
|||
return;
|
||||
|
||||
ImGui.AlignTextToFramePadding();
|
||||
ImGui.TextUnformatted(time == DateTimeOffset.MinValue ? "Always" : time.ToString("g"));
|
||||
ImGui.TextUnformatted(time == DateTimeOffset.MinValue ? "Always" : time.LocalDateTime.ToString("g"));
|
||||
}
|
||||
|
||||
public override int Compare(EquipItem lhs, EquipItem rhs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue