diff --git a/modules/vunbricker/nandoperations.c b/modules/vunbricker/nandoperations.c index 4bf3c99..70792b9 100644 --- a/modules/vunbricker/nandoperations.c +++ b/modules/vunbricker/nandoperations.c @@ -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); }