Mercurial > public > ostc4
comparison Discovery/Src/tMenu.c @ 1039:f8e2895c91e5 GasConsumption
Reorder the 'SYS' menus so that they follow 'features / hardware / display' which should be less confusing for users.
Also fix a bug with a non-implemented menu entry in the 'SYS1' menu on OSTC 4 (mikeller)
| author | heinrichsweikamp |
|---|---|
| date | Mon, 13 Oct 2025 15:44:12 +0200 |
| parents | 2af07aa38531 |
| children | 93c98a28406c |
comparison
equal
deleted
inserted
replaced
| 1038:677d293c669f | 1039:f8e2895c91e5 |
|---|---|
| 576 /* 2015 Feb 02, hw | 576 /* 2015 Feb 02, hw |
| 577 * max 8 Menu Pages | 577 * max 8 Menu Pages |
| 578 */ | 578 */ |
| 579 | 579 |
| 580 | 580 |
| 581 tM_add(StMSYS); //now in both modes | |
| 582 if(actual_menu_content == MENU_SURFACE) | 581 if(actual_menu_content == MENU_SURFACE) |
| 583 { | 582 { |
| 584 tM_add(StMDECO); | 583 tM_add(StMDECO); |
| 585 tM_add(StMHARD); | 584 tM_add(StMHARD); |
| 585 tM_add(StMOption); | |
| 586 tM_add(StMSYS); | |
| 586 tM_add(StMCustom); | 587 tM_add(StMCustom); |
| 587 tM_add(StMOption); | |
| 588 // tM_add(StMSYS); now in both modes | |
| 589 } | 588 } |
| 590 else | 589 else |
| 591 { | 590 { |
| 591 tM_add(StMSYS); //now in both modes (dive mode) | |
| 592 tM_add(StMXTRA); | 592 tM_add(StMXTRA); |
| 593 } | 593 } |
| 594 if(actual_menu_content == MENU_SURFACE) | 594 if(actual_menu_content == MENU_SURFACE) |
| 595 { | 595 { |
| 596 tM_add(StMPLAN); | 596 tM_add(StMPLAN); |
