Skip to content

Commit

Permalink
Make the VoidList button flip the state of _showVoidListWindow and bu…
Browse files Browse the repository at this point in the history
…mp version to 1.0.0.8
  • Loading branch information
SheepGoMeh committed Sep 11, 2020
1 parent 3d97397 commit dad3792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Visibility/Configuration/VisibilityConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public bool DrawConfigUi()

if (ImGui.Button("VoidList"))
{
_showVoidListWindow = true;
_showVoidListWindow = !_showVoidListWindow;
}
ImGui.NextColumn();
ImGui.End();
Expand Down
4 changes: 2 additions & 2 deletions Visibility/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.7")]
[assembly: AssemblyFileVersion("1.0.0.7")]
[assembly: AssemblyVersion("1.0.0.8")]
[assembly: AssemblyFileVersion("1.0.0.8")]

0 comments on commit dad3792

Please sign in to comment.