mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
fix all warnings and breaking changes for CS (#2061)
This commit is contained in:
parent
b570564258
commit
30d56e4d11
10 changed files with 24 additions and 14 deletions
|
|
@ -153,7 +153,7 @@ internal class FateTableWidget : IDataWindowWidget
|
|||
}
|
||||
|
||||
ImGui.TableNextColumn(); // HasExpBonus
|
||||
ImGui.TextUnformatted(fate.HasExpBonus.ToString());
|
||||
ImGui.TextUnformatted(fate.HasBonus.ToString());
|
||||
|
||||
ImGui.TableNextColumn(); // Position
|
||||
DrawCopyableText(fate.Position.ToString(), "Click to copy Position");
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ internal class ContextMenuAgingStep : IAgingStep
|
|||
OnClicked = (IMenuItemClickedArgs a) =>
|
||||
{
|
||||
SeString name;
|
||||
uint count;
|
||||
int count;
|
||||
var targetItem = (a.Target as MenuTargetInventory)!.TargetItem;
|
||||
if (targetItem is { } item)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue