mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Misc.
This commit is contained in:
parent
afc987432a
commit
3045cf582f
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ using System.Linq;
|
|||
using Dalamud.Logging;
|
||||
using Glamourer.FileSystem;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Glamourer.Designs;
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ namespace Glamourer.Gui
|
|||
private void DrawTargetPlayerButton()
|
||||
{
|
||||
if (ImGui.Button("Target Player"))
|
||||
Dalamud.Targets.SetTarget(_player);
|
||||
Dalamud.Targets.Target = _player;
|
||||
}
|
||||
|
||||
private void DrawApplyToPlayerButton(CharacterSave save)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue