mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-19 04:14:31 +00:00
fix: show hero mode hover text in advanced mode
This commit is contained in:
parent
a58c7e219a
commit
b056e45c35
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ impl crate::disk::state::Xvb {
|
|||
ui.selectable_value(&mut self.mode, XvbMode::Auto,
|
||||
XvbMode::Auto.to_string());
|
||||
ui.selectable_value(&mut self.mode, XvbMode::Hero,
|
||||
XvbMode::Hero.to_string());
|
||||
XvbMode::Hero.to_string()).on_hover_text(XVB_HERO_SELECT);
|
||||
ui.selectable_value(&mut self.mode, XvbMode::ManualXvb,
|
||||
XvbMode::ManualXvb.to_string())
|
||||
.on_hover_text(XVB_MODE_MANUAL_XVB_HELP);
|
||||
|
|
Loading…
Reference in a new issue