Skip to content

Commit

Permalink
[Mounted image detector] Fixed exception
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Oct 12, 2024
1 parent a6a6cb2 commit aadc65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ Public Class MainForm
Else
UpdatePanel.Visible = False
End If
MountedImageDetectorBW.RunWorkerAsync()
If Not MountedImageDetectorBW.IsBusy Then MountedImageDetectorBW.RunWorkerAsync()
WatcherTimer.Enabled = True
If dtBranch.Contains("preview") And Not Debugger.IsAttached Then
VersionTSMI.Visible = True
Expand Down

0 comments on commit aadc65e

Please sign in to comment.