conformal/history mode in Menu is marked ON if any of its features is ON

This commit is contained in:
Zeno Rogue 2017-11-13 00:50:50 +01:00
parent d444f8d2e2
commit 6312448e0c
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ void showDisplayMode() {
#if CAP_MODEL
dialog::addBoolItem(XLAT("paper model creator"), (false), 'n');
#endif
dialog::addBoolItem(XLAT("conformal/history mode"), (conformal::on), 'a');
dialog::addBoolItem(XLAT("conformal/history mode"), (conformal::on || pmodel || conformal::includeHistory), 'a');
// dialog::addBoolItem(XLAT("expansion"), viewdists, 'x');
showAllConfig();