added addBack() in showQuotientConfig

This commit is contained in:
Zeno Rogue 2020-05-29 01:53:39 +02:00
parent c268949c9b
commit c6f2391033
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ void showQuotientConfig() {
dialog::addItem("find the next prime", 'p');
dialog::addItem("activate", 'x');
dialog::addItem("default", 'c');
dialog::addBack();
keyhandler = [&gxcur] (int sym, int uni) {
if(uni >= 'a' && uni < 'a' + isize(fgeomextras))