mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[apps/graph/list] Add a switch to the parameter page in graph app
Change-Id: I51f432939157cbd772e7e868d3e0c8e54d279a6d
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ParameterController::ParameterController(Responder * parentResponder) :
|
||||
ViewController(parentResponder),
|
||||
m_colorCell(TableViewCell("Couleur de la fonction")),
|
||||
m_enableCell(TableViewCell("Activer/Desactiver")),
|
||||
m_enableCell(SwitchTableViewCell("Activer/Desactiver")),
|
||||
m_deleteCell(TableViewCell("Supprimer la fonction")),
|
||||
m_tableView(TableView(this)),
|
||||
m_activeCell(0)
|
||||
|
||||
Reference in New Issue
Block a user