From df503bf4f111121887fcc74255cdf123dcb697ca Mon Sep 17 00:00:00 2001 From: Infi Date: Fri, 6 Sep 2024 12:36:09 +0200 Subject: [PATCH] bump --- ChatTwo/ChatTwo.csproj | 2 +- ChatTwo/Ui/ChatLogWindow.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index 3959c63..6531635 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -1,6 +1,6 @@ - 1.29.1 + 1.29.2 net8.0-windows enable enable diff --git a/ChatTwo/Ui/ChatLogWindow.cs b/ChatTwo/Ui/ChatLogWindow.cs index 296bd41..81bbfb2 100644 --- a/ChatTwo/Ui/ChatLogWindow.cs +++ b/ChatTwo/Ui/ChatLogWindow.cs @@ -1503,7 +1503,6 @@ public sealed class ChatLogWindow : Window AutoCompleteShouldScroll = true; return 1; - default: if(ImGui.IsKeyPressed(ImGuiKey.Tab)) {