Don't attempt to clear clipboard text after paste
This commit is contained in:
parent
9ecbd1e3b2
commit
2b801b3fd7
@ -1,6 +1,6 @@
|
||||
<Project Sdk="Dalamud.NET.Sdk/9.0.2">
|
||||
<PropertyGroup>
|
||||
<Version>5.0</Version>
|
||||
<Version>5.1</Version>
|
||||
<OutputPath>dist</OutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -515,7 +515,6 @@ internal sealed class ConfigWindow : LWindow
|
||||
list.Items.Add(item);
|
||||
}
|
||||
|
||||
ImGui.SetClipboardText(null);
|
||||
Save();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user