mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
refactoring
This commit is contained in:
parent
165efd7355
commit
4a8458d812
@ -169,8 +169,7 @@ TPMSAppView::TPMSAppView(NavigationView&) {
|
||||
options_type.on_change = [this](size_t, int32_t i) {
|
||||
if (i == 0){
|
||||
tpms::format::use_kpa = true;
|
||||
}
|
||||
if(i == 1){
|
||||
} else if (i == 1){
|
||||
tpms::format::use_kpa = false;
|
||||
}
|
||||
update_type();
|
||||
|
Loading…
Reference in New Issue
Block a user