wearwizard reorder menu
This commit is contained in:
parent
62a38ed537
commit
917fcb5953
1 changed files with 1 additions and 1 deletions
|
@ -46,8 +46,8 @@ public class MainMenuActivity extends MenuListActivity {
|
|||
|
||||
Vector<String> menuitems = new Vector<String>();
|
||||
menuitems.add("TempT");
|
||||
menuitems.add("Bolus");
|
||||
if(showWizard) menuitems.add("Wizard");
|
||||
menuitems.add("Bolus");
|
||||
menuitems.add("Settings");
|
||||
menuitems.add("Status");
|
||||
if (showPrimeFill) menuitems.add("Prime/Fill");
|
||||
|
|
Loading…
Reference in a new issue