Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Add toggle visibility hint in main window
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 committed Aug 23, 2024
1 parent a1c2a23 commit 253835d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ impl ImguiRenderLoop for MainHud {
.position([50., 50.], Condition::FirstUseEver)
.build(|| {
ui.text(&self.version_string);
ui.text("[~] Visibility");
if ui.button("Eject") {
self.uninit();
}
Expand Down

0 comments on commit 253835d

Please sign in to comment.