diff --git a/ARControl/ARControl.csproj b/ARControl/ARControl.csproj index d37eca0..ebca65f 100644 --- a/ARControl/ARControl.csproj +++ b/ARControl/ARControl.csproj @@ -1,6 +1,6 @@ - 5.0 + 5.1 dist diff --git a/ARControl/Windows/ConfigWindow.cs b/ARControl/Windows/ConfigWindow.cs index 0f0bd73..9682a28 100644 --- a/ARControl/Windows/ConfigWindow.cs +++ b/ARControl/Windows/ConfigWindow.cs @@ -515,7 +515,6 @@ internal sealed class ConfigWindow : LWindow list.Items.Add(item); } - ImGui.SetClipboardText(null); Save(); }