1
0
Fork 0

Don't attempt to clear clipboard text after paste

master 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"> <Project Sdk="Dalamud.NET.Sdk/9.0.2">
<PropertyGroup> <PropertyGroup>
<Version>5.0</Version> <Version>5.1</Version>
<OutputPath>dist</OutputPath> <OutputPath>dist</OutputPath>
</PropertyGroup> </PropertyGroup>

View File

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