add warning signs to "FACTORY RESET" and "Take Off Helmet"
This commit is contained in:
parent
6b82b39e1c
commit
91c05d88ec
|
@ -79,8 +79,8 @@ pub const MENUDEF: &[(&str, MenuAction)] = &[
|
|||
("", MenuAction::ToggleCamera),
|
||||
("", MenuAction::ToggleShadows),
|
||||
("Fullscreen [F11]", MenuAction::ToggleFullscreen),
|
||||
("FACTORY RESET", MenuAction::ResetSettings),
|
||||
("Take Off Helmet", MenuAction::Restart),
|
||||
("⚠ FACTORY RESET ⚠", MenuAction::ResetSettings),
|
||||
("⚠ Take Off Helmet ⚠", MenuAction::Restart),
|
||||
("Quit", MenuAction::Quit),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue