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>
<Authors>0x0ade</Authors>
<Company></Company>
<Version>0.1.0.0</Version>
<Version>0.1.0.1</Version>
<Description></Description>
<Copyright></Copyright>
<PackageProjectUrl></PackageProjectUrl>

View File

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