'scrolling by device rotation' no longer appears in 3D

This commit is contained in:
Zeno Rogue 2019-06-28 09:49:07 +02:00
parent e1731fce02
commit 22b8a88e07
1 changed files with 4 additions and 2 deletions

View File

@ -1878,8 +1878,10 @@ void configureMouse() {
});
#if CAP_ORIENTATION
dialog::addSelItem(XLAT("scrolling by device rotation"), ors::choices[ors::mode], '1');
dialog::add_action_push(ors::show);
if(GDIM == 2) {
dialog::addSelItem(XLAT("scrolling by device rotation"), ors::choices[ors::mode], '1');
dialog::add_action_push(ors::show);
}
#endif
dialog::addBack();