removed configuration window restrictions

main 0.3.1.0
Camille 2022-01-20 11:38:04 +01:00
parent 0aa8a8b350
commit ab3fdd1978
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors></Authors> <Authors></Authors>
<Company></Company> <Company></Company>
<Version>0.3.0.0</Version> <Version>0.3.1.0</Version>
<Description>Currency Alert</Description> <Description>Currency Alert</Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl>https://github.com/Lharz/xiv-currency-alert</PackageProjectUrl> <PackageProjectUrl>https://github.com/Lharz/xiv-currency-alert</PackageProjectUrl>

View File

@ -80,9 +80,8 @@ namespace CurrencyAlert
public void DrawSettingsWindow() public void DrawSettingsWindow()
{ {
ImGui.SetNextWindowSize(new Vector2(700, 500), ImGuiCond.Always); ImGui.SetNextWindowSize(new Vector2(700, 500), ImGuiCond.FirstUseEver);
if (ImGui.Begin("Currency Alert Configuration Window", ref this.settingsVisible, if (ImGui.Begin("Currency Alert Configuration Window", ref this.settingsVisible))
ImGuiWindowFlags.NoResize | ImGuiWindowFlags.NoCollapse | ImGuiWindowFlags.NoScrollWithMouse))
{ {
if (ImGui.BeginTabBar("AlertsConfiguration_Tabs")) if (ImGui.BeginTabBar("AlertsConfiguration_Tabs"))
{ {