Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Nov 2, 2024
1 parent 35378c3 commit b4ce765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/panels/middle/xvb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl crate::disk::state::Xvb {

// --------------------------- XVB Simple -------------------------------------------
if self.simple && ui.checkbox(&mut self.simple_hero_mode, "Hero Mode").on_hover_text(XVB_HERO_SELECT).clicked() {
// change rutime mode immediatly.
// change rutime mode immediately.
if self.simple_hero_mode {
api.lock().unwrap().stats_priv.runtime_mode = RuntimeMode::Hero;
} else {
Expand Down

0 comments on commit b4ce765

Please sign in to comment.