From ec56f22e36f136a06187c062c6badcf4256683f8 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Thu, 18 Jul 2024 16:29:32 +0200 Subject: [PATCH] Don't attempt to clear clipboard text after paste --- ARControl/ARControl.csproj | 2 +- ARControl/Windows/ConfigWindow.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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(); }