forked from liza/ARControl
Don't attempt to clear clipboard text after paste
This commit is contained in:
parent
9ecbd1e3b2
commit
ec56f22e36
@ -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>
|
||||||
|
|
||||||
|
@ -515,7 +515,6 @@ internal sealed class ConfigWindow : LWindow
|
|||||||
list.Items.Add(item);
|
list.Items.Add(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.SetClipboardText(null);
|
|
||||||
Save();
|
Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user