Don't apply resolution on enter, bump ver

This commit is contained in:
Jade Macho 2024-02-18 18:21:18 +01:00
parent e541a157b2
commit 62470ea1f3
Signed by: 0x0ade
GPG Key ID: E1960710FE4FBEEF
2 changed files with 2 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors>0x0ade</Authors> <Authors>0x0ade</Authors>
<Company></Company> <Company></Company>
<Version>0.1.0.0</Version> <Version>0.1.0.1</Version>
<Description></Description> <Description></Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl></PackageProjectUrl> <PackageProjectUrl></PackageProjectUrl>

View File

@ -76,10 +76,7 @@ public class ConfigWindow : Window, IDisposable
} }
else else
{ {
if (ImGui.InputInt2("Size in pixels", ref _configWH[0], ImGuiInputTextFlags.EnterReturnsTrue)) ImGui.InputInt2("Size in pixels", ref _configWH[0]);
{
save = true;
}
} }
if (ImGui.Button("Save and apply")) if (ImGui.Button("Save and apply"))