[Feature] Add root and log setting (#290)

* [setting + layout] add function setting

* [GitHub] GitHub Actions

* [GitHub/Fix] GitHub Actions

* Update config.mak

* Fix setting name

* Fix setting name

* Fix setting name

* Fix setting name

* Fix setting name

* Fix setting name

* Fix typo error

* Fix trad

Co-authored-by: Quentin Guidée <quentin.guidee@gmail.com>
This commit is contained in:
Evann DREUMONT
2020-06-13 00:10:33 +02:00
committed by GitHub
parent b7a5abe597
commit f0c46adebe
16 changed files with 182 additions and 6 deletions

View File

@@ -68,6 +68,9 @@ void MathOptionsController::willDisplayCellForIndex(HighlightCell * cell, int in
break;
case I18n::Message::ResultDisplay:
childIndex = (int)preferences->resultDisplay();
case I18n::Message::SymbolFunction:
childIndex = (int)preferences->symbolofFunction();
break;
default:
break;
}