From cf1ff07821fb7b748686c5b7dea247bbf50205b3 Mon Sep 17 00:00:00 2001 From: Tester23 Date: Wed, 5 Jun 2024 18:32:30 +0200 Subject: [PATCH] hider --- BK7231Flasher/FormMain.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BK7231Flasher/FormMain.cs b/BK7231Flasher/FormMain.cs index 109a407..c0449e1 100644 --- a/BK7231Flasher/FormMain.cs +++ b/BK7231Flasher/FormMain.cs @@ -948,6 +948,8 @@ private void showAdvancedOptions(bool b) buttonEraseAll.Visible = b; buttonRestoreRF.Visible = b; checkBoxAllowBackup.Visible = b; + checkBoxOverwriteBootloader.Visible = b; + checkBoxSkipKeyCheck.Visible = b; } private void buttonOpenBackupsDir_Click(object sender, EventArgs e)