Don't attempt to clear clipboard text after paste

pull/3/head v5.1
Liza 2024-07-18 16:29:32 +02:00
parent 9ecbd1e3b2
commit ec56f22e36
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -515,7 +515,6 @@ internal sealed class ConfigWindow : LWindow
list.Items.Add(item);
}
ImGui.SetClipboardText(null);
Save();
}