Skip to content

Commit

Permalink
hider
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Jun 5, 2024
1 parent c537ce2 commit cf1ff07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BK7231Flasher/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf1ff07

Please sign in to comment.