Skip to content

Commit

Permalink
hide IDStorage tools on 03g+
Browse files Browse the repository at this point in the history
  • Loading branch information
balika011 committed May 1, 2021
1 parent e1c7bb5 commit e64c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vunbricker/nandoperations.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ void NandOperationsMenu(int sel)
"IDStorage tools",
};

vlfGuiCentralMenu(4, items, sel, OnNandOperationsSelect, 0, -8);
vlfGuiCentralMenu(kuKernelGetModel() > 1 ? 3 : 4, items, sel, OnNandOperationsSelect, 0, -8);
vlfGuiBottomDialog(VLF_DI_BACK, VLF_DI_ENTER, 1, 0, VLF_DEFAULT, OnBackToMainMenuFromNO);
}

Expand Down

0 comments on commit e64c928

Please sign in to comment.