Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 4, 2024
1 parent 4787bd6 commit 14d41bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ private void RenderAssemblies()
_imgui.CheckboxSameLine(" Modules | \0"u8, ref _hideModulesAssemblies);
_imgui.CheckboxSameLine(" Loader | \0"u8, ref _hideLoaderAssemblies);
_imgui.CheckboxSameLine(" Loader Plugins | \0"u8, ref _hideLoaderPluginsAssemblies);
_imgui.CheckboxSameLine(" Dynamic \0"u8, ref _hideDynamicAssemblies);
_imgui.Checkbox(" Unclassified | \0"u8, ref _hideUnclassifiedAssemblies);
_imgui.CheckboxSameLine(" Dynamic | \0"u8, ref _hideDynamicAssemblies);
_imgui.Checkbox(" Unclassified \0"u8, ref _hideUnclassifiedAssemblies);
_imgui.PopStyleVar();

for (var i = 0; i < _crashReport.Assemblies.Count; i++)
Expand Down

0 comments on commit 14d41bd

Please sign in to comment.