Skip to content

Commit

Permalink
ACTUALLY fix the crash caused by removing the Universal section
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Sep 21, 2023
1 parent 7e1b7e3 commit c2ef771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions XIVComboVX/Config/ConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ public override void Draw() {
}

foreach (string jobName in this.sortedJobs) {
if (!this.groupedPresets.ContainsKey(jobName))
continue;
if (ImGui.CollapsingHeader(jobName)) {

ImGui.PushID($"settings-{jobName}");
Expand Down
2 changes: 1 addition & 1 deletion XIVComboVX/XIVComboVX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>XIVComboVX</Product>
<Authors>attick, daemitus, VariableVixen</Authors>
<Version>9.10.1</Version>
<Version>9.10.2</Version>
<Description>This plugin condenses various abilities onto single buttons.</Description>
<PackageProjectUrl>https://github.com/PrincessRTFM/XIVComboPlugin</PackageProjectUrl>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
Expand Down

0 comments on commit c2ef771

Please sign in to comment.