This commit is contained in:
Infi
2024-09-06 12:36:09 +02:00
parent 54614b317b
commit df503bf4f1
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Version>1.29.1</Version> <Version>1.29.2</Version>
<TargetFramework>net8.0-windows</TargetFramework> <TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
-1
View File
@@ -1503,7 +1503,6 @@ public sealed class ChatLogWindow : Window
AutoCompleteShouldScroll = true; AutoCompleteShouldScroll = true;
return 1; return 1;
default: default:
if(ImGui.IsKeyPressed(ImGuiKey.Tab)) if(ImGui.IsKeyPressed(ImGuiKey.Tab))
{ {