bump
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user