From 3094fc2fa747448a6c8d536c6e1c1ad8702fa8f5 Mon Sep 17 00:00:00 2001 From: AK-47 Date: Thu, 6 Jan 2022 10:42:01 +0000 Subject: [PATCH] Leave the blanking setting alone when changing the verification setting. --- src/gui.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui.c b/src/gui.c index fa923ac..cd1816c 100644 --- a/src/gui.c +++ b/src/gui.c @@ -1829,10 +1829,6 @@ void nwipe_gui_verify( void ) { nwipe_options.verify = focus; } - if( nwipe_options.verify != NWIPE_VERIFY_NONE ) - { - nwipe_options.noblank = 0; - } return; case KEY_BACKSPACE: