mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Fix meta manipulation copy/paste.
This commit is contained in:
parent
8242cde15c
commit
0aa8a44b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ public abstract class MetaDrawer<TIdentifier, TEntry>(ModMetaEditor editor, Meta
|
|||
if (!ImUtf8.IconButton(FontAwesomeIcon.Clipboard, tooltip))
|
||||
return;
|
||||
|
||||
var text = Functions.ToCompressedBase64(manipulations, MetaApi.CurrentVersion);
|
||||
var text = Functions.ToCompressedBase64(manipulations.Value, MetaApi.CurrentVersion);
|
||||
if (text.Length > 0)
|
||||
ImGui.SetClipboardText(text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue