Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Dec 12, 2023
2 parents a7e4a60 + 8970277 commit 3acc595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HDL-Batch-installer-SRC/HDL_Batch_installerMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,9 @@ bool Dokan_is_installed(void)

void HDL_Batch_installerFrame::OnButton4Click(wxCommandEvent& event)
{
#if PFSSHELL_ALLOWED
PFSSHELL.CloseDevice(); //PFSShell with device attached will make HDL Dump write features crash
#endif
if (!wxFileExists(HDLBINST_APPDATA+"\\dokan_and_fuse.ini"))
{
wxMessageBox(_("This is the first time you use PFSFUSE\n\nPLEASE, Keep in mind that, if you mount a partition you must unmount it when you finish using this program, otherwise, you could corrupt the mounted partition or the whole HDD"),
Expand Down

0 comments on commit 3acc595

Please sign in to comment.