This commit is contained in:
Ottermandias 2023-07-25 15:46:13 +02:00
parent afc987432a
commit 3045cf582f
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ using System.Linq;
using Dalamud.Logging; using Dalamud.Logging;
using Glamourer.FileSystem; using Glamourer.FileSystem;
using Newtonsoft.Json; using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Glamourer.Designs; namespace Glamourer.Designs;

View file

@ -121,7 +121,7 @@ namespace Glamourer.Gui
private void DrawTargetPlayerButton() private void DrawTargetPlayerButton()
{ {
if (ImGui.Button("Target Player")) if (ImGui.Button("Target Player"))
Dalamud.Targets.SetTarget(_player); Dalamud.Targets.Target = _player;
} }
private void DrawApplyToPlayerButton(CharacterSave save) private void DrawApplyToPlayerButton(CharacterSave save)